mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Remove redundant notes
This commit is contained in:
parent
5c4f285d42
commit
0b4161a075
1 changed files with 0 additions and 6 deletions
|
|
@ -122,12 +122,6 @@ Mapping (v2 -> v3)
|
|||
- NetworkError -> :class:`TelegramNetworkError`
|
||||
- EntityTooLarge -> :class:`TelegramEntityTooLarge`
|
||||
|
||||
Migration notes
|
||||
---------------
|
||||
|
||||
- Use the mapped v3 exception classes in your code; when behavior depends on
|
||||
specific error details, rely on the attributes listed above (``retry_after``,
|
||||
``migrate_to_chat_id``, ``original``, ``data``) instead of parsing messages.
|
||||
|
||||
Exceptions removed in v3 (from v2)
|
||||
----------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue