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