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