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.WebhookBotException

This 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.WebhookBotException

This class represents an exception for the situation when the chat is not found.