Nearsoft\SeleniumClient\Http\Exceptions\InvalidRequest::__construct PHP Метод

__construct() публичный Метод

public __construct ( $httpResponseCode, $url )
    public function __construct($httpResponseCode, $url)
    {
        parent::__construct("HTTP response code {$httpResponseCode}.Invalid request. Url {$url}. Could be unknown command or variable resource not found");
    }
InvalidRequest