NotImplementedException

class NotImplementedException(str: String = "Not Implemented") : Exception

Exception representing a Value Not Found error

Constructors

Link copied to clipboard
constructor(str: String = "Not Implemented")

Properties

Link copied to clipboard
expect open val cause: Throwable?
Link copied to clipboard
expect open val message: String?