yatbcpp
0.0.1
Yet another Telegram Bot CPP Library
src
exceptions
curl_error.cc
Go to the documentation of this file.
1
//
2
// Created by norbert on 21.08.17.
3
//
4
5
#include "
exceptions/curl_error.h
"
6
7
using namespace
yatbcpp
;
8
9
curl_error::curl_error
(
int
errorcode, std::string message) : errorcode(errorcode), message(message) {
10
11
}
curl_error.h
yatbcpp
Definition:
Bot.h:27
yatbcpp::curl_error::curl_error
curl_error(int errorcode, std::string message)
Definition:
curl_error.cc:9
Generated by
1.8.13