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