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

ExceptionRevokedEvent

data class ExceptionRevokedEvent : RuntimeEvent

Constructors

<init>

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