MinitScript  0.9.31 PRE-BETA
NetworkSocketClosedException.cpp
Go to the documentation of this file.
1 /**
2  */
3 
6 
8 
9 NetworkSocketClosedException::NetworkSocketClosedException(const string &message) throw() : NetworkIOException(message) {
10 }
11 
Base exception class for network IO exceptions.