UnrecoverableIncomingException

Used to indicate that an FlowMobiusLoop transformer has received an kotlinx.coroutines.flow.catch call, which is illegal. This exception means Mobius is in an undefined state and should be considered a fatal programmer error.

Do not try to handle this exception in your code, ensure it never gets thrown.

Constructors

Link copied to clipboard
constructor(cause: Throwable?)

Properties

Link copied to clipboard
open override val cause: Throwable?
Link copied to clipboard
open val message: String?