TDME2  1.9.200
NetworkSocketClosedException.cpp
Go to the documentation of this file.
1 /**
2  */
3 
4 #include <tdme/tdme.h>
6 
8 
9 NetworkSocketClosedException::NetworkSocketClosedException(const string &message) throw() : NetworkIOException(message) {
10 }
11 
Base exception class for network IO exceptions.