Method: Rex::ConnectionProxyError#to_s

Defined in:
lib/rex/exceptions.rb

#to_sObject



299
300
301
# File 'lib/rex/exceptions.rb', line 299

def to_s
  self.ptype + ": " + self.reason
end