Method: Rex::HostCommunicationError#initialize
- Defined in:
- lib/rex/exceptions.rb
#initialize(addr = nil, port = nil) ⇒ Object
148 149 150 151 |
# File 'lib/rex/exceptions.rb', line 148 def initialize(addr = nil, port = nil) self.host = addr self.port = port end |