chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.runtime.events / RuntimeEvent / ExceptionRevokedEvent

ExceptionRevokedEvent

data class ExceptionRevokedEvent : RuntimeEvent

Issued when unhandled exception was revoked.

Official doc

Constructors

<init>

Issued when unhandled exception was revoked.

ExceptionRevokedEvent(reason: String, exceptionId: Int)

Properties

exceptionId

The id of revoked exception, as reported in exceptionThrown.

val exceptionId: Int

reason

Reason describing why exception was revoked.

val reason: String