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

emitError

suspend fun emitError(ex: Throwable): Unit

Overrides SubjectAPI.emitError

Signal an Throwable to the collector.