catchExceptions

inline fun <T> Flow<T>.catchExceptions(crossinline action: suspend FlowCollector<T>.(Exception) -> Unit): Flow<T>

Catches Exceptions only and rethrows kotlin.Throwables (like kotlin.Errors).