Exception: Rex::HostUnreachable
- Inherits:
-
ConnectionError
- Object
- IOError
- ConnectionError
- Rex::HostUnreachable
- Defined in:
- lib/rex/exceptions.rb
Overview
This exception is raised when a connection attempt fails because the remote side is unreachable.
Instance Attribute Summary
Attributes included from HostCommunicationError
Instance Method Summary collapse
Methods included from HostCommunicationError
Instance Method Details
#to_s ⇒ Object
200 201 202 |
# File 'lib/rex/exceptions.rb', line 200 def to_s "The host #{addr_to_s} was unreachable." end |