onException

abstract fun onException(ex: Throwable, command: BaseSlashCommand, event: SlashCommandInteractionEvent)
abstract fun onException(ex: Throwable, command: BaseSlashCommand, event: CommandAutoCompleteInteractionEvent)
abstract fun onException(ex: Throwable, command: BaseSlashCommand, event: ModalInteractionEvent)
abstract fun onException(ex: Throwable, command: BaseSlashCommand, event: ButtonInteractionEvent)
abstract fun onException(ex: Throwable, command: MessageCommand, event: MessageContextInteractionEvent)
abstract fun onException(ex: Throwable, command: UserCommand, event: UserContextInteractionEvent)