data class UncaughtExceptionCrash : Crash
(source)
A crash caused by an uncaught exception.
UncaughtExceptionCrash(throwable: Throwable)
A crash caused by an uncaught exception. |
val throwable: Throwable
The Throwable that caused the crash. |