yatbcpp  0.0.1
Yet another Telegram Bot CPP Library
essential_key_missing.cc
Go to the documentation of this file.
1 //
2 // Created by norbert on 21.08.17.
3 //
4 
6 
7 using namespace yatbcpp;
8 
9 essential_key_missing::essential_key_missing(std::string message) : message(message) {
10  //TODO only on debug build
11 // using namespace std;
12 // cerr << message << endl;
13 }
essential_key_missing(std::string message)
Definition: Bot.h:27