Exceptions Reference
All the exceptions of Pykemo.
General
- exception pykemo.exceptions.general.PyKemoException
General exception for PyKemo.
Services
- exception pykemo.exceptions.services.IncorrectServiceError(service_type)
An incorrect service was selected for something.
- Parameters:
service_type (ServiceType)
- Return type:
None
- exception pykemo.exceptions.services.NotFanboxError(service_type)
The service used is not Fanbox.
- Parameters:
service_type (ServiceType)
- Return type:
None
- exception pykemo.exceptions.services.NotDiscordError(service_type)
The service used is not Discord.
- Parameters:
service_type (ServiceType)
- Return type:
None