kord
Toggle table of contents
or(map(map(map(map(valueof(ProcessOutputValueSource))))), map(map(map(map(valueof(ProcessOutputValueSource))))))
common
Platform filter
common
Switch theme
Search in API
kord
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
?