libhomegear-base
0.7
Base library for Homegear and Homegear family modules.
|
Exception class for timeouts of the HTTP client. More...
#include <HttpClient.h>
Public Member Functions | |
HttpClientTimeOutException (const std::string &message) | |
Public Member Functions inherited from BaseLib::HttpClientException | |
HttpClientException (const std::string &message) | |
HttpClientException (const std::string &message, int32_t responseCode) | |
int32_t | responseCode () const |
Public Member Functions inherited from BaseLib::Exception | |
Exception (const std::string &message) | |
~Exception () override=default | |
Exception class for timeouts of the HTTP client.
|
inlineexplicit |