Rex::ConnectionError
This exception is raised when a proxy fails to pass a connection
# File lib/rex/exceptions.rb, line 260 def initialize(host,port,ptype,reason) super(host,port) self.ptype = ptype self.reason = reason end
# File lib/rex/exceptions.rb, line 266 def to_s self.ptype + ": " + self.reason end
[Validate]
Generated with the Darkfish Rdoc Generator 2.