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

ExceptionThrownEvent

data class ExceptionThrownEvent : RuntimeEvent

Issued when exception was thrown and unhandled.

Official doc

Constructors

<init>

Issued when exception was thrown and unhandled.

ExceptionThrownEvent(timestamp: Timestamp, exceptionDetails: ExceptionDetails)

Properties

exceptionDetails

val exceptionDetails: ExceptionDetails

timestamp

Timestamp of the exception.

val timestamp: Timestamp