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

ExceptionThrownEvent

data class ExceptionThrownEvent : RuntimeEvent

Constructors

<init>

ExceptionThrownEvent(timestamp: Timestamp, exceptionDetails: ExceptionDetails)

Properties

exceptionDetails

val exceptionDetails: ExceptionDetails

timestamp

Timestamp of the exception.

val timestamp: Timestamp