1#ifndef TENDUKE_NET_NETWORKINGEXCEPTION_H
2#define TENDUKE_NET_NETWORKINGEXCEPTION_H
4#include "TendukeException.h"
6namespace tenduke {
namespace net {
Base class for exceptions thrown by 10Duke C++ clients.
Definition TendukeException.h:13
Generic networking exception.
Definition NetworkingException.h:13
NetworkingException(const std::string &message)
Constructs new instance.
Definition NetworkingException.h:19
Root for classes, functions and globals of 10Duke C++ Client.
Definition APIRequest.h:4