TDME2  1.9.200
NetworkClientException.cpp
Go to the documentation of this file.
1 #include <string>
2 
3 #include <tdme/tdme.h>
5 
6 using std::string;
7 
9 
10 NetworkClientException::NetworkClientException(const string &message) throw() : NetworkException(message) {
11 }
12 
Base exception class for network client exceptions.
Base exception class for network exceptions.