toggle menu
mobiuskt
1.3.1-SNAPSHOT
common
switch theme
search in API
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
open
val
cause
:
Throwable
?
effect
Link copied to clipboard
val
effect
:
Any
message
Link copied to clipboard
open
override
val
message
:
String