mobiuskt
Toggle table of contents
1.4.0-SNAPSHOT
common
Platform filter
common
Switch theme
Search in API
mobiuskt
mobiuskt-coroutines
/
kt.mobius.flow
/
UnknownEffectException
Unknown
Effect
Exception
data
class
UnknownEffectException
(
val
effect
:
Any
)
:
RuntimeException
Members
Constructors
Unknown
Effect
Exception
Link copied to clipboard
constructor
(
effect
:
Any
)
Properties
cause
Link copied to clipboard
expect
open
val
cause
:
Throwable
?
effect
Link copied to clipboard
val
effect
:
Any
message
Link copied to clipboard
open
override
val
message
:
String