chrome-devtools-kotlin
5.1.0-1165014
common
chrome-devtools-kotlin
/
org.hildan.chrome.devtools.domains.runtime.events
/
RuntimeEvent
/
ExceptionThrown
Exception
Thrown
@
Serializable
data
class
ExceptionThrown
(
val
timestamp
:
Timestamp
,
val
exceptionDetails
:
ExceptionDetails
)
:
RuntimeEvent
(
source
)
Issued when exception was thrown and unhandled.
Official doc
Members
Constructors
Exception
Thrown
Link copied to clipboard
constructor
(
timestamp
:
Timestamp
,
exceptionDetails
:
ExceptionDetails
)
Properties
exception
Details
Link copied to clipboard
val
exceptionDetails
:
ExceptionDetails
timestamp
Link copied to clipboard
val
timestamp
:
Timestamp
Timestamp of the exception.