yatbcpp  0.0.1
Yet another Telegram Bot CPP Library
curl_error.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 curl_error::curl_error(int errorcode, std::string message) : errorcode(errorcode), message(message) {
10 
11 }
Definition: Bot.h:27
curl_error(int errorcode, std::string message)
Definition: curl_error.cc:9