Nearsoft\SeleniumClient\Exceptions\UnknownCommand::__construct PHP Method

__construct() public method

public __construct ( $message = "" )
    public function __construct($message = "")
    {
        parent::__construct(" The requested resource could not be found, or a request was received using an HTTP method that is not supported by the mapped resource. " . $message);
    }
UnknownCommand