diff options
author | Oleg Morozenkov <omorozenkov@gmail.com> | 2018-06-05 19:06:23 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-05 19:06:23 +0300 |
commit | 1a90b5022d47bc0059214381b74db6fae9767cef (patch) | |
tree | f88e480700cb36f8acdcfdebcbac01328f16c98d /include/tgbot/TgException.h | |
parent | 381a1cd0d949db88abd0b28bc717a8690b93ccc0 (diff) | |
parent | 0f4e792a641527aa590a1a9e23bdaad2f16ab6bc (diff) |
Merge pull request #63 from JellyBrick/master
Bot API 2.2 (Game) update / Add optimization option
Diffstat (limited to 'include/tgbot/TgException.h')
-rw-r--r-- | include/tgbot/TgException.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/tgbot/TgException.h b/include/tgbot/TgException.h index 1a3e172..4b03e1c 100644 --- a/include/tgbot/TgException.h +++ b/include/tgbot/TgException.h @@ -29,7 +29,8 @@ namespace TgBot { /** - * Exception type which is only thrown when Telegram refuses API request. + * @brief Exception type which is only thrown when Telegram refuses API request. + * * @ingroup general */ class TgException : public std::runtime_error { |