Axer
Toggle table of contents
1.1.10
common
Platform filter
common
Switch theme
Search in API
Axer
Axer
/
io.github.orioneee.domain.exceptions
/
SessionException
Session
Exception
common
@
Serializable
data
class
SessionException
(
val
exception
:
AxerException
,
val
events
:
List
<
SessionEvent
>
)
Members
Constructors
Session
Exception
Link copied to clipboard
common
constructor
(
exception
:
AxerException
,
events
:
List
<
SessionEvent
>
)
Properties
events
Link copied to clipboard
common
val
events
:
List
<
SessionEvent
>
exception
Link copied to clipboard
common
val
exception
:
AxerException