ArgumentError
This exception is raised when an unsupported internet protocol is specified.
# File lib/rex/exceptions.rb, line 242 def initialize(proto = nil) self.proto = proto end
# File lib/rex/exceptions.rb, line 246 def to_s "The protocol #{proto} is not supported." end
[Validate]
Generated with the Darkfish Rdoc Generator 2.