Exception: Rex::ArgumentParseError

Inherits:
ArgumentError
  • Object
show all
Includes:
Exception
Defined in:
lib/rex/exceptions.rb

Overview

This exception is raised when an argument that was supplied to a method could not be parsed correctly.

Instance Method Summary collapse

Instance Method Details

#to_sObject



80
81
82
# File 'lib/rex/exceptions.rb', line 80

def to_s
	"The argument could not be parsed correctly."
end