class

NotImplementedError

Inherits Exception / Reference / Object

Raised when a method is not implemented.

This can be used either to stub out method bodies, or when the method is not implemented on the current platform.

Constructors

new(item)
Source