Package-level declarations
Functions
Link copied to clipboard
Link copied to clipboard
Extractor of non-fatal Throwable. Will not match fatal errors like VirtualMachineError (for example, OutOfMemoryError and StackOverflowError, subclasses of VirtualMachineError), ThreadDeath, LinkageError, InterruptedException. This will also not match CancellationException since that's a fatal exception in Kotlin for cancellation purposes.
Link copied to clipboard
Returns the Throwable if NonFatal and throws it otherwise.
Link copied to clipboard
Link copied to clipboard