dico_interaction.exception module
- exception dico_interaction.exception.InteractionException
Bases:
ExceptionBase exception of this module.
- exception dico_interaction.exception.InvalidOptionParameter
Bases:
InteractionExceptionReceived option does not match to command parameter.
- exception dico_interaction.exception.CheckFailed
Bases:
InteractionExceptionCheck has failed.
- exception dico_interaction.exception.AlreadyExists(error_type, name)
Bases:
InteractionExceptionThis command or callback already exists.
- exception dico_interaction.exception.NotExists(error_type, name)
Bases:
InteractionExceptionThis command or callback does not exist.