Skip to content

Exceptions

AlreadyRegisteredError #

Bases: CrescentException

Command or exception catch function was already registered

CrescentException #

Bases: Exception

Base Exception for all exceptions Crescent throws

InteractionAlreadyAcknowledgedError #

Bases: CrescentException

Raise when an interaction is already acknowledged

PermissionsError #

Bases: CrescentException

Raise when a permission is declared in a subcommand

PluginAlreadyLoadedError #

Bases: CrescentException

A plugin is attempted to be loaded but the plugin manager already loaded the plugin.