webhook_telegram_bot.database.exceptions
This file contains database exception classes.
Module Contents
- exception webhook_telegram_bot.database.exceptions.WebhookAlreadyLinkedToChatException
Bases:
webhook_telegram_bot.exceptions.WebhookBotExceptionThis class represents an exception for the situation when we are trying to add a chat webhook, but it has already been added.
- exception webhook_telegram_bot.database.exceptions.ChatNotFound
Bases:
webhook_telegram_bot.exceptions.WebhookBotExceptionThis class represents an exception for the situation when the chat is not found.