yatbcpp
0.0.1
Yet another Telegram Bot CPP Library
src
exceptions
file_not_found.cc
Go to the documentation of this file.
1
//
2
// Created by norbert on 21.08.17.
3
//
4
5
#include "
exceptions/file_not_found.h
"
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
}
yatbcpp
Definition:
Bot.h:27
yatbcpp::file_not_found::file_not_found
file_not_found(std::string message)
Definition:
file_not_found.cc:9
file_not_found.h
Generated by
1.8.13