DiscordKt
Toggle table of contents
0.26.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
DiscordKt
DiscordKt
/
me.jakejmattson.discordkt.dsl
/
CommandException
Command
Exception
class
CommandException
<
T
:
Exception
>
(
exception
:
T
,
val
event
:
CommandEvent
<
*
>
)
:
DktException
<
T
>
Contains an exception thrown from a command event.
Parameters
event
The
CommandEvent
that threw this exception.
Members
Constructors
Command
Exception
Link copied to clipboard
constructor
(
exception
:
T
,
event
:
CommandEvent
<
*
>
)
Properties
event
Link copied to clipboard
val
event
:
CommandEvent
<
*
>
exception
Link copied to clipboard
val
exception
:
T