CatchScope

object CatchScope

Deprecated

This implementation is deprecated. Please use the new implementation from soil-reacty module instead.

Replace with

import soil.plant.compose.reacty.CatchScope
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.