RuntimeError
This exception is raised when an argument is ambiguous.
# File lib/rex/exceptions.rb, line 91 def initialize(name = nil) @name = name end
# File lib/rex/exceptions.rb, line 95 def to_s "The name #{@name} is ambiguous." end
[Validate]
Generated with the Darkfish Rdoc Generator 2.