TDME2  1.9.200
NetworkServerException.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include <string>
4 
6 
7 #include <tdme/tdme.h>
10 
12 
13 /**
14  * Base exception class for network server exceptions
15  * @author Andreas Drewke
16  */
18 public:
19  /**
20  * @brief public constructor
21  * @param &message message exception message
22  */
23  NetworkServerException(const string &message) throw();
24 };
Base exception class for network server exceptions.
NetworkServerException(const string &message)
public constructor
Base exception class for network exceptions.