summaryrefslogtreecommitdiff
path: root/include/tgbot/TgException.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/tgbot/TgException.h')
-rw-r--r--include/tgbot/TgException.h3
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 {