ExceptionInfo

sealed interface ExceptionInfo(source)

Inheritors

Types

Link copied to clipboard
data class Live(val throwable: Throwable) : ExceptionInfo
Link copied to clipboard
data class Stored(val text: String) : ExceptionInfo