CatchScope

object CatchScope

A scope for handling error content within the Catch function.

Functions

Link copied to clipboard
fun Throw(error: Throwable, key: Any? = null, host: CatchThrowHost = LocalCatchThrowHost.current)

Throw propagates the caught exception to a CatchThrowHost.