toggle menu
FlowMVI
3.1.0-beta01
common
switch theme
search in API
debugger-common
/
pro.respawn.flowmvi.debugger.model
/
ClientEvent
/
StoreException
Store
Exception
@
Serializable
@
SerialName
(
value
=
"exception"
)
data
class
StoreException
(
val
name
:
String
,
val
message
:
String
?
,
val
stackTrace
:
String
)
:
ClientEvent
Members
Constructors
Store
Exception
Link copied to clipboard
constructor
(
e
:
Exception
)
constructor
(
name
:
String
,
message
:
String
?
,
stackTrace
:
String
)
Properties
message
Link copied to clipboard
val
message
:
String
?
name
Link copied to clipboard
val
name
:
String
stack
Trace
Link copied to clipboard
val
stackTrace
:
String