Runtime.exceptionThrown
Issued when exception was thrown and unhandled.
{
"name": "exceptionThrown",
"description": "Issued when exception was thrown and unhandled.",
"parameters": [
{
"name": "timestamp",
"$ref": "Timestamp",
"description": "Timestamp of the exception."
},
{
"name": "exceptionDetails",
"$ref": "ExceptionDetails"
}
]
}