ContainedCallerFailure

A caller-supplied failure the library contained rather than letting end the composition, handed to the thread's uncaught-exception handler in its place. cause is the original failure the caller's code raised.

Constructors

Link copied to clipboard
constructor(cause: Throwable)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?