yatbcpp  0.0.1
Yet another Telegram Bot CPP Library
file_not_found.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 file_not_found::file_not_found(std::string message) : message(message) {
10  //TODO only on debug build
11 // using namespace std;
12 // cerr << message << endl;
13 }
Definition: Bot.h:27
file_not_found(std::string message)