KnownException

open class KnownException(message: String, val details: Widget? = null) : Exception

Inheritors

Constructors

Link copied to clipboard
constructor(message: String, details: Widget? = null)

Properties

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