Exception: Rex::NotImplementedError

Inherits:
NotImplementedError
  • Object
show all
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_sObject



36
37
38
# File 'lib/rex/exceptions.rb', line 36

def to_s
	"The requested method is not implemented."
end