class Rex::NotImplementedError

This exception is raised when a method is called or a feature is used that is not implemented.

Public Instance Methods

to_s() click to toggle source
# File lib/rex/exceptions.rb, line 34
def to_s
  "The requested method is not implemented."
end