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

__construct() public method

public __construct ( $httpResponseCode, $url )
    public function __construct($httpResponseCode, $url)
    {
        parent::__construct("HTTP response code {$httpResponseCode}. Invalid command method. Url {$url}. If a request path maps to a valid resource, but that resource does not respond to the request method, the server should respond with a 405 Method Not Allowed.");
    }
InvalidCommandMethod