NotImplementedError

Common
JVM
JS
Native
1.0
class NotImplementedError : Error
(source)

An exception is thrown to indicate that a method body remains to be implemented.

Constructors

Common
JVM
JS
Native
1.0

<init>

An exception is thrown to indicate that a method body remains to be implemented.

NotImplementedError(
    message: String = "An operation is not implemented.")