mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-21 22:56:38 +01:00
Fixing links to exception handling
parent
3fb0f5051d
commit
4353df7b1b
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ A contribution in this direction would be greatly appreciated.
|
|||
|
||||
## Stabilizing your app
|
||||
|
||||
When a network error occurs, be prepared to catch the [raised exception](https://python-telegram-bot.readthedocs.io/telegram.error.html) and handle it according to your policy (do you want to retry? ignore? other?) or use PTBs built-in mechanism for [[exception handling|Exception-Handling]].
|
||||
When a network error occurs, be prepared to catch the [raised exception](https://python-telegram-bot.readthedocs.io/telegram.error.html) and handle it according to your policy (do you want to retry? ignore? other?) or use PTBs built-in mechanism for [[exception handling|Exceptions,-Warnings-and-Logging]].
|
||||
|
||||
## PTB
|
||||
If you think of another way to improve stability from within ptb, please contact us (the maintainers).
|
Loading…
Reference in a new issue