kotlin-flow-extensions / hu.akarnokd.kotlin.flow / SubjectAPI / emitError

emitError

abstract suspend fun emitError(ex: Throwable): Unit

Signal an Throwable to the collector.