kotlin.NotImplementedError

NotImplementedError

class NotImplementedError : Error

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

Constructors

<init>

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

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