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