TDME2 1.9.121
ServerClientRequestHandlerHubException.h
Go to the documentation of this file.
1#pragma once
2
3#include <string>
4
5#include <tdme/tdme.h>
7
9
10namespace tdme {
11namespace network {
12namespace udpserver {
13
14/**
15 * Network server client request handler hub exception
16 * @author Andreas Drewke
17 */
19public:
20 /**
21 * @brief public constructor
22 * @param &message message exception message
23 */
24 ServerClientRequestHandlerHubException(const string &message) throw();
25};
26
27};
28};
29};
30
Exception base class.
Definition: ExceptionBase.h:20
Definition: fwd-tdme.h:4