data class ExceptionRevokedEvent : RuntimeEvent
Issued when unhandled exception was revoked.
<init> |
Issued when unhandled exception was revoked. ExceptionRevokedEvent(reason: String, exceptionId: Int) |
exceptionId |
The id of revoked exception, as reported in val exceptionId: Int |
reason |
Reason describing why exception was revoked. val reason: String |