Nearsoft\SeleniumClient\Http\Exceptions\MissingCommandParameters::__construct PHP Method

__construct() public method

public __construct ( $httpResponseCode, $url )
    public function __construct($httpResponseCode, $url)
    {
        parent::__construct("HTTP response code {$httpResponseCode}. Missing JSON parameters. Url {$url}.");
    }
MissingCommandParameters