Class: NotImplemented

NotImplemented(message)

An Error class that get thrown when an abstract method has been called without re-implementing it.

Constructor

new NotImplemented(message)

Create a not implemented method Error
Parameters:
Name Type Description
message string the name of the method that is not implemented
Source: