ExceptionRevokedParameter

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

Issued when unhandled exception was revoked.

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.