uncaughtException

open fun uncaughtException(t: Thread, e: Throwable)

Internal function from the UncaughtExceptionHandler implementation.

Parameters

t

The current thread.

e

The uncaught exception.