Exception Handler
Functions
on Exception
Link copied to clipboard
abstract fun onException(ex: Exception, command: BaseSlashCommand, event: CommandAutoCompleteInteractionEvent)
Content copied to clipboard
abstract fun onException(ex: Exception, command: BaseSlashCommand, event: SlashCommandInteractionEvent)
Content copied to clipboard
on Interaction Target Mismatch
Link copied to clipboard
on Permission Lack Exception
Link copied to clipboard
on Timeout Cancellation Exception
Link copied to clipboard
abstract fun onTimeoutCancellationException(ex: TimeoutCancellationException, event: SlashCommandInteractionEvent, timeout: Duration)
Content copied to clipboard
wrap
Link copied to clipboard
open fun wrap(e: Exception, command: BaseSlashCommand, event: CommandAutoCompleteInteractionEvent)
Content copied to clipboard
open fun wrap(e: Exception, command: BaseSlashCommand, event: SlashCommandInteractionEvent)
Content copied to clipboard
Inheritors
ExceptionHandlerImpl
Link copied to clipboard