diff options
Diffstat (limited to 'include/tgbot/TgException.h')
-rw-r--r-- | include/tgbot/TgException.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tgbot/TgException.h b/include/tgbot/TgException.h index 4b03e1c..d6ff7d7 100644 --- a/include/tgbot/TgException.h +++ b/include/tgbot/TgException.h @@ -36,7 +36,7 @@ namespace TgBot { class TgException : public std::runtime_error { public: - explicit TgException(const std::string description); + explicit TgException(const std::string description); }; } |