1#ifndef TENDUKE_HTTP_HTTPREQUESTEXCEPTION_H
2#define TENDUKE_HTTP_HTTPREQUESTEXCEPTION_H
4#include "net/NetworkingException.h"
HTTPRequestException(const std::string &message)
Constructs new instance.
Definition HTTPRequestException.h:25
HTTPRequestException(const std::string &message)
Constructs new instance.
Definition HTTPRequestException.h:25
Generic networking exception.
Definition NetworkingException.h:13
NetworkingException(const std::string &message)
Constructs new instance.
Definition NetworkingException.h:19
HTTP-related services.
Definition BadRequest.h:6
Generic networking support.
Definition MalformedURLException.h:6
Root for classes, functions and globals of 10Duke C++ Client.
Definition APIRequest.h:4