10Duke Enterprise C++ SDK
Toggle main menu visibility
Loading...
Searching...
No Matches
HTTPRequestException.h
1
#ifndef TENDUKE_HTTP_HTTPREQUESTEXCEPTION_H
2
#define TENDUKE_HTTP_HTTPREQUESTEXCEPTION_H
3
4
#include "net/NetworkingException.h"
5
6
namespace
tenduke
{
namespace
http
{
7
8
18
class
HTTPRequestException
:
public
tenduke::net::NetworkingException
19
{
20
public
:
25
explicit
HTTPRequestException
(
const
std::string &message) :
tenduke
::
net
::
NetworkingException
(message)
26
{}
27
};
28
29
30
}}
31
32
#endif
// TENDUKE_HTTP_HTTPREQUESTEXCEPTION_H
HTTPRequestException::HTTPRequestException
HTTPRequestException(const std::string &message)
Constructs new instance.
Definition
HTTPRequestException.h:25
tenduke::http::HTTPRequestException::HTTPRequestException
HTTPRequestException(const std::string &message)
Constructs new instance.
Definition
HTTPRequestException.h:25
tenduke::net::NetworkingException
Generic networking exception.
Definition
NetworkingException.h:13
tenduke::net::NetworkingException::NetworkingException
NetworkingException(const std::string &message)
Constructs new instance.
Definition
NetworkingException.h:19
tenduke::http
HTTP-related services.
Definition
BadRequest.h:6
tenduke::net
Generic networking support.
Definition
AbstractURLCodec.h:6
tenduke
Root for classes, functions and globals of 10Duke C++ Client.
Definition
APIRequest.h:4
core
core
src
http
HTTPRequestException.h
Generated by
1.17.0