ExceptionRevoked

@Serializable
data class ExceptionRevoked(val reason: String, val exceptionId: Int) : RuntimeEvent

Issued when unhandled exception was revoked.

Official doc

Constructors

Link copied to clipboard
constructor(reason: String, exceptionId: Int)

Properties

Link copied to clipboard

The id of revoked exception, as reported in exceptionThrown.

Link copied to clipboard

Reason describing why exception was revoked.