kotlin.NotImplementedError
NotImplementedError
class NotImplementedError : Error
An exception is thrown to indicate that a method body remains to be implemented.
Constructors
NotImplementedError( message: String = "An operation is not implemented.") An exception is thrown to indicate that a method body remains to be implemented. |