android-components / mozilla.components.lib.crash / Crash / UncaughtExceptionCrash

UncaughtExceptionCrash

data class UncaughtExceptionCrash : Crash (source)

A crash caused by an uncaught exception.

Constructors

<init>

UncaughtExceptionCrash(throwable: Throwable)

A crash caused by an uncaught exception.

Properties

throwable

val throwable: Throwable

The Throwable that caused the crash.