TDME2
1.9.200
src
tdme
network
httpclient
HTTPClientException.cpp
Go to the documentation of this file.
1
#include <
tdme/network/httpclient/HTTPClientException.h
>
2
3
#include <string>
4
5
#include <
tdme/tdme.h
>
6
#include <
tdme/network/httpclient/HTTPClientException.h
>
7
8
using
tdme::network::httpclient::HTTPClientException
;
9
10
using
std::string;
11
12
using
tdme::utilities::ExceptionBase
;
13
14
HTTPClientException::HTTPClientException(
const
string
&message)
throw
() :
ExceptionBase
(message) {
15
}
16
HTTPClientException.h
tdme::network::httpclient::HTTPClientException
HTTP client exception.
Definition:
HTTPClientException.h:15
tdme::utilities::ExceptionBase
Exception base class.
Definition:
ExceptionBase.h:19
tdme.h
Generated by
1.9.1