#include "tgbot/TgException.h" #include namespace TgBot { TgBot::TgException::TgException(const std::string& description) : runtime_error(description) { } }