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