1
0
mirror of https://github.com/eternnoir/pyTelegramBotAPI.git synced 2023-08-10 21:12:57 +03:00
pyTelegramBotAPI/telebot
mrpes a14424704e
Exception classes redesign
Replacing 1 exception class with 3 more specific classes: 
HTTP Exception (server returned http code != 200), 
Invalid JSON Exception (server returned invalid json),
Telegram Expection (telegram returned ok != true)

All 3 classes extend BaseApiException so we can handle all API exceptions at the same time
2020-07-31 03:10:34 +05:00
..
__init__.py Merge pull request #919 from Badiboy/master 2020-07-21 01:27:32 +03:00
apihelper.py Exception classes redesign 2020-07-31 03:10:34 +05:00
handler_backends.py Change class from new-style class to object class 2020-04-28 00:34:52 +05:00
types.py Merge pull request #919 from Badiboy/master 2020-07-21 01:27:32 +03:00
util.py Fix tabs 2020-07-04 20:45:48 +03:00