1 2 3 4 5 6 7 8
#include "tgbot/TgException.h" namespace TgBot { TgBot::TgException::TgException(const std::string& description) : runtime_error(description) { } }