MinitScript  0.9.31 PRE-BETA
NetworkIOException.cpp
Go to the documentation of this file.
2 
3 #include <string>
4 
7 
8 using std::string;
11 
12 NetworkIOException::NetworkIOException(const string &message) throw() : NetworkException(message) {
13 }
14 
Base exception class for network exceptions.
Base exception class for network IO exceptions.