data class ExceptionRevokedEvent : RuntimeEvent
<init> |
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 |