# File lib/whois/errors.rb, line 50
    def initialize(url)
      @url = url
      super("This TLD has no whois server, but you can access the whois database at `#{@url}'")
    end