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

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

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