Target Crashed Exception
class TargetCrashedException(val sessionId: SessionID?, val crashEventName: String, val crashEventPayload: JsonElement) : Exception(source)
An exception thrown when an InspectorEvent.TargetCrashed or TargetEvent.TargetCrashed is received.