mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
5 lines
109 B
Python
5 lines
109 B
Python
from aiogram.utils.exceptions.base import TelegramAPIError
|
|
|
|
|
|
class ConflictError(TelegramAPIError):
|
|
pass
|