Exception: SSHScan::Error::ClosedConnection
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- SSHScan::Error::ClosedConnection
- Defined in:
- lib/ssh_scan/error/closed_connection.rb
Overview
Connection closed from the other side.
Instance Method Summary collapse
Instance Method Details
#to_s ⇒ Object
5 6 7 |
# File 'lib/ssh_scan/error/closed_connection.rb', line 5 def to_s "#{self.class.to_s.split('::')[-1]}" end |