TDME2  1.9.200
ServerClientRequestHandlerHubException.cpp
Go to the documentation of this file.
2 
3 #include <string>
4 
5 #include <tdme/tdme.h>
7 
8 using std::string;
9 
12 
13 ServerClientRequestHandlerHubException::ServerClientRequestHandlerHubException(const string &message) throw() : ExceptionBase(message) {
14 }
Exception base class.
Definition: ExceptionBase.h:19