TDME2  1.9.200
NetworkServerException.cpp
Go to the documentation of this file.
1 #include <tdme/tdme.h>
3 
5 
6 NetworkServerException::NetworkServerException(const string &message) throw() : NetworkException(message) {
7 }
8 
Base exception class for network server exceptions.
Base exception class for network exceptions.