1
0
mirror of https://github.com/eternnoir/pyTelegramBotAPI.git synced 2023-08-10 21:12:57 +03:00

Update asyncio_helper.py

This commit is contained in:
_run 2022-07-15 22:28:43 +05:00
parent 1efe465e9d
commit ea1efad1ea

View File

@ -1816,6 +1816,7 @@ class ApiTelegramException(ApiException):
result)
self.result_json = result_json
self.error_code = result_json['error_code']
self.description = result_json['description']
class RequestTimeout(Exception):
"""