Uncaught Exception
A special exception to indicate something went terribly wrong somewhere.
See also
io. matthewnelson. kmp. tor. runtime. Runtime Event. ERROR
Types
Link copied to clipboard
Producer for UncaughtException
Link copied to clipboard
A special Handler utilized within Handler.withSuppression lambda which propagates all exceptions caught by Handler.tryCatch into a single, root exception (the first thrown), with all subsequent exceptions added via Throwable.addSuppressed.
Properties
Link copied to clipboard
The underlying cause of the UncaughtException.
Link copied to clipboard
Contextual information about where the UncaughtException occurred.