class Rex::HostUnreachable

This exception is raised when a connection attempt fails because the remote side is unreachable.

Public Instance Methods

to_s() click to toggle source
# File lib/rex/exceptions.rb, line 199
def to_s
  "The host #{addr_to_s} was unreachable."
end