TDME2 1.9.121
|
HTTP client exception. More...
#include <tdme/network/httpclient/HTTPClientException.h>
Public Member Functions | |
HTTPClientException (const string &message) throw () | |
public constructor More... | |
![]() | |
ExceptionBase (const string &message) throw () | |
Public constructor. More... | |
~ExceptionBase () throw () | |
HTTP client exception.
Definition at line 15 of file HTTPClientException.h.
HTTPClientException | ( | const string & | message | ) | |
throw | ( | ||||
) |
public constructor
&message | message exception message |
Definition at line 14 of file HTTPClientException.cpp.