10Duke Enterprise C++ SDK
Toggle main menu visibility
Loading...
Searching...
No Matches
URLException.h
1
#ifndef TENDUKE_NET_URLEXCEPTION_H
2
#define TENDUKE_NET_URLEXCEPTION_H
3
4
#include "./NetworkingException.h"
5
6
namespace
tenduke
{
namespace
net
{
7
8
13
class
URLException
:
public
NetworkingException
14
{
15
public
:
20
explicit
URLException
(
const
std::string& message)
21
:
tenduke
::
net
::
NetworkingException
(message)
22
{}
23
};
24
25
26
}}
27
28
#endif
// TENDUKE_NET_URLEXCEPTION_H
tenduke::net::NetworkingException::NetworkingException
NetworkingException(const std::string &message)
Constructs new instance.
Definition
NetworkingException.h:19
tenduke::net::URLException::URLException
URLException(const std::string &message)
Constructs new instance.
Definition
URLException.h:20
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
net
URLException.h
Generated by
1.17.0