Exception: Rex::ConnectionTimeout
- Inherits:
-
ConnectionError
- Object
- IOError
- ConnectionError
- Rex::ConnectionTimeout
- Defined in:
- lib/rex/exceptions.rb
Overview
This exception is raised when a connection attempt times out.
Instance Attribute Summary
Attributes included from HostCommunicationError
Instance Method Summary collapse
Methods included from HostCommunicationError
Instance Method Details
#to_s ⇒ Object
211 212 213 |
# File 'lib/rex/exceptions.rb', line 211 def to_s "The connection timed out #{addr_to_s}." end |