Exception Thrown Event
data class ExceptionThrownEvent(timestamp: Timestamp, exceptionDetails: ExceptionDetails) : Event
Content copied to clipboard
Issued when exception was thrown and unhandled.
Constructors
ExceptionThrownEvent
Link copied to clipboard
fun ExceptionThrownEvent(timestamp: Timestamp, exceptionDetails: ExceptionDetails)
Content copied to clipboard
Functions
Properties
Sources
jvm source
Link copied to clipboard