Class Whois::WebInterfaceError
In: lib/whois/errors.rb
Parent: InterfaceNotSupported

Raised when the class has found a server but it doesn‘t support the standard WHOIS interface via port 43. This is the case of some specific domains that only provide a web–based WHOIS interface. (\x01)

Methods

new  

Attributes

url  [R]  @return [String] The URL of the web-based WHOIS interface.

Public Class methods

Initializes a new exception with given URL.

@param [String] url The URL of the web-based WHOIS interface.

[Validate]