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

__construct() public method

public __construct ( $httpResponseCode, $url )
    public function __construct($httpResponseCode, $url)
    {
        parent::__construct("HTTP response code {$httpResponseCode}. Unimplemented Commands. Url {$url}.");
    }
UnimplementedCommand