Method: Rex::ConnectionProxyError#to_s

Defined in:
lib/rex/exceptions.rb

#to_sObject



267
268
269
# File 'lib/rex/exceptions.rb', line 267

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