29 #ifndef Pt_Http_HttpError_h
30 #define Pt_Http_HttpError_h
32 #include <Pt/Http/Api.h>
33 #include <Pt/System/IOError.h>
59 #endif // Pt_Http_HttpError_h
Core module.
Definition: pt-gfx-images.dox:14
HTTP run-time error.
Definition: HttpError.h:43
HttpError(const std::string &what)
Contruct with message.
HttpError(const char *what)
Contruct with message.
I/O error.
Definition: IOError.h:42