diff options
Diffstat (limited to 'telepot/exception.py')
| -rw-r--r-- | telepot/exception.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/telepot/exception.py b/telepot/exception.py index 820a522..04104c3 100644 --- a/telepot/exception.py +++ b/telepot/exception.py @@ -62,6 +62,9 @@ class IdleTerminate(WaitTooLong): class StopListening(TelepotException): pass +class UpdateKeyError(TelepotException): + pass + class TelegramError(TelepotException): """ To indicate erroneous situations, Telegram returns a JSON object containing |
