toggle menu
kord
0.16.0-SNAPSHOT
common
switch theme
search in API
kord-core
/
dev.kord.core.live.exception
/
LiveCancellationException
Live
Cancellation
Exception
class
LiveCancellationException
(
val
event
:
Event
,
message
:
String
?
=
null
)
:
CancellationException
(
source
)
Members
Constructors
Live
Cancellation
Exception
Link copied to clipboard
constructor
(
event
:
Event
,
message
:
String
?
=
null
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
event
Link copied to clipboard
val
event
:
Event
message
Link copied to clipboard
open
val
message
:
String
?