mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Allow to disable builtin filters for router
This commit is contained in:
parent
ce7b5f70e0
commit
97acf956e9
4 changed files with 37 additions and 6 deletions
6
aiogram/utils/warnings.py
Normal file
6
aiogram/utils/warnings.py
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
class AiogramWarning(Warning):
|
||||
pass
|
||||
|
||||
|
||||
class CodeHasNoEffect(AiogramWarning):
|
||||
pass
|
||||
Loading…
Add table
Add a link
Reference in a new issue