pl.wendigo.chrome.domain.runtime / ExceptionRevokedEvent

ExceptionRevokedEvent

data class ExceptionRevokedEvent : ProtocolEvent (source)

Represents event frames for Runtime.exceptionRevoked

Issued when unhandled exception was revoked.

Constructors

<init>

ExceptionRevokedEvent(reason: String, exceptionId: Int)

Represents event frames for Runtime.exceptionRevoked

Properties

exceptionId

val exceptionId: Int

The id of revoked exception, as reported in exceptionUnhandled.

reason

val reason: String

Reason describing why exception was revoked.

Inherited Functions

protocolDomain

fun protocolDomain(): String