MinitScript  0.9.31 PRE-BETA
NetworkIOException.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include <string>
4 
7 
8 using std::string;
9 
11 
12 /**
13  * Base exception class for network IO exceptions
14  * @author Andreas Drewke
15  */
17 public:
18  /**
19  * Public constructor
20  * @param &message message exception message
21  */
22  NetworkIOException(const string &message) throw();
23 };
Base exception class for network exceptions.
Base exception class for network IO exceptions.
NetworkIOException(const string &message)
Public constructor.