TDME2 1.9.121
HTTPClientException.h
Go to the documentation of this file.
1#pragma once
2
3#include <string>
4
5#include <tdme/tdme.h>
8
10
11/**
12 * HTTP client exception
13 * @author Andreas Drewke
14 */
16public:
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
Exception base class.
Definition: ExceptionBase.h:20