UncaughtException
A special exception to indicate something went terribly wrong somewhere.
See also
io.matthewnelson.kmp.tor.runtime.RuntimeEvent.ERROR
Types
Link copied to clipboard
Producer for UncaughtException
Link copied to clipboard
A special Handler utilized within Handler.withSuppression2 lambda which propagates all exceptions caught by Handler.tryCatch2 into a single, root exception (the first one 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.