yatbcpp  0.0.1
Yet another Telegram Bot CPP Library
exceptions.h
Go to the documentation of this file.
1 //
2 // Created by norbert on 21.08.17.
3 //
4 
5 #ifndef YATBCPP_EXCEPTIONS_H
6 #define YATBCPP_EXCEPTIONS_H
7 
9 #include "file_not_found.h"
10 #include "telegram_api_error.h"
11 #include "curl_error.h"
12 
13 #endif //YATBCPP_EXCEPTIONS_H