UnexpectedException

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

Constructors

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

Properties

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