TDME2 1.9.121
NetworkException.cpp
Go to the documentation of this file.
2
3#include <string>
4
5#include <tdme/tdme.h>
7
9
10using std::string;
11
13
14NetworkException::NetworkException(const string &message) throw() : ExceptionBase(message) {
15}
16
Base exception class for network exceptions.
Exception base class.
Definition: ExceptionBase.h:20