Module: Rex::SocketError
- Includes:
- Exception
- Included in:
- AddressInUse, ConnectionError, UnsupportedProtocol
- Defined in:
- lib/rex/exceptions.rb
Overview
This exception is raised when a general socket error occurs.
Instance Method Summary collapse
Instance Method Details
#to_s ⇒ Object
136 137 138 |
# File 'lib/rex/exceptions.rb', line 136 def to_s "A socket error occurred." end |