UnexpectedException

class UnexpectedException(str: String = "Unexpected") : Exception

Exception representing a Unexpected error

Constructors

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

Properties

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