Files
Birthday-Pool-Bot/birthday_pool_bot/telegram_bot/ui/exceptions.py
2026-01-15 09:47:43 +03:00

7 lines
102 B
Python

class TelegramBotUIError(Exception):
pass
class FlowInternalError(TelegramBotUIError):
pass