TDME2  1.9.200
NetworkClientException.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include <string>
4 
6 
7 #include <tdme/tdme.h>
10 
12 
13 using std::string;
14 
15 /**
16  * Base exception class for network client exceptions
17  * @author Andreas Drewke
18  */
20 public:
21  /**
22  * @brief public constructor
23  * @param &message message exception message
24  */
25  NetworkClientException(const string &message) throw();
26 };
Base exception class for network client exceptions.
NetworkClientException(const string &message)
public constructor
Base exception class for network exceptions.