DataSift\Storyplayer\PlayerLib\E5xx_NoSauceLabsApiKey::__construct PHP Method

__construct() public method

public __construct ( )
    public function __construct()
    {
        $msg = "'apikey' is missing from the 'saucelabs' section of the loaded config";
        parent::__construct(500, $msg, $msg);
    }
E5xx_NoSauceLabsApiKey