toggle menu
FlowMVI
3.1.0-beta01
common
switch theme
search in API
core
/
pro.respawn.flowmvi.util
/
catchExceptions
catch
Exceptions
inline
fun
<
T
>
Flow
<
T
>
.
catchExceptions
(
crossinline
block
:
suspend
FlowCollector
<
T
>
.
(
Exception
)
->
Unit
)
:
Flow
<
T
>
Catches exceptions only, rethrowing any throwables
See also
catch