Exception: Rex::NotImplementedError
- Inherits:
-
NotImplementedError
- Object
- NotImplementedError
- Rex::NotImplementedError
- Includes:
- Exception
- Defined in:
- lib/rex/exceptions.rb
Overview
This exception is raised when a method is called or a feature is used that is not implemented.
Instance Method Summary collapse
Instance Method Details
#to_s ⇒ Object
35 36 37 |
# File 'lib/rex/exceptions.rb', line 35 def to_s "The requested method is not implemented." end |