Catch
inline fun Catch(vararg states: DataModel<*>, filter: (DataModel<*>) -> Boolean = { true }, content: @Composable CatchScope.(err: Throwable) -> Unit = { Throw(error = it) })
Catch for any DataModels to be rejected.
Catch for any DataModels to be rejected.