Global Exception Handler Adapter
Adapter class for GlobalExceptionHandler.
See also
Functions
Link copied to clipboard
open fun handle(@NotNull event: @NotNull ModalInteractionEvent, @NotNull throwable: @NotNull Throwable)
open fun handle(@NotNull event: @NotNull MessageContextInteractionEvent, @NotNull throwable: @NotNull Throwable)
open fun handle(@NotNull event: @NotNull SlashCommandInteractionEvent, @NotNull throwable: @NotNull Throwable)
open fun handle(@NotNull event: @NotNull UserContextInteractionEvent, @NotNull throwable: @NotNull Throwable)
open fun handle(@NotNull event: @NotNull ButtonInteractionEvent, @NotNull throwable: @NotNull Throwable)
open fun handle(@NotNull event: @NotNull EntitySelectInteractionEvent, @NotNull throwable: @NotNull Throwable)
Link copied to clipboard