Skip to content

class NotImplementedError
inherits Exception

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.

Class methods

.new(item)

View source