Command Exception
class CommandException<T : Exception>(exception: T, val event: CommandEvent<*>) : DktException<T>
Content copied to clipboard
Contains an exception thrown from a command event.
Parameters
event
The CommandEvent that threw this exception.
Constructors
Link copied to clipboard
fun <T : Exception> CommandException(exception: T, event: CommandEvent<*>)
Content copied to clipboard