Handler
Functions
Link copied to clipboard
Link copied to clipboard
Helper for wrapping external function calls in order to redirect any uncaught exceptions.
Link copied to clipboard
@JvmStatic
Wraps an existing handler with suppression such that any invocation of tryCatch2 within block lambda is combined into a single UncaughtException, which is then propagated to the current handler (if there even was an UncaughtException).