Exception: SSHScan::Error::ClosedConnection

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/ssh_scan/error/closed_connection.rb

Overview

Connection closed from the other side.

Instance Method Summary collapse

Instance Method Details

#to_sObject



5
6
7
# File 'lib/ssh_scan/error/closed_connection.rb', line 5

def to_s
  "#{self.class.to_s.split('::')[-1]}"
end