Package tv.blademaker.slash.exceptions

Types

ExceptionHandler
Link copied to clipboard
interface ExceptionHandler
ExceptionHandlerImpl
Link copied to clipboard
class ExceptionHandlerImpl : ExceptionHandler
InteractionTargetMismatch
Link copied to clipboard
class InteractionTargetMismatch(context: SlashCommandContext, commandPath: String, target: InteractionTarget) : RuntimeException
PermissionsLackException
Link copied to clipboard
class PermissionsLackException(context: SlashCommandContext, target: PermissionTarget, permissions: Array<Permission>) : RuntimeException