MinitScript  0.9.31 PRE-BETA
HTTPClientException.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include <string>
4 
8 
10 
11 /**
12  * HTTP client exception
13  * @author Andreas Drewke
14  */
16 public:
17  /**
18  * @brief public constructor
19  * @param &message message exception message
20  */
21  HTTPClientException(const string &message) throw();
22 };
HTTPClientException(const string &message)
public constructor