Exceptions
    
              Bases: CrescentException
Command or exception catch function was already registered
dataclass
  
#
ConverterExceptionMeta(
    command: type[ClassCommandProto],
    option_key: str,
    value: Any,
    exception: Exception,
)
ConverterExceptions(errors: list[ConverterExceptionMeta])
    
              Bases: CrescentException
Raise when an interaction is already acknowledged
    
              Bases: CrescentException
Raise when a permission is declared in a subcommand
    
              Bases: CrescentException
A plugin is attempted to be loaded but the plugin manager already loaded the plugin.