HttpError Class Reference

#include <Pt/Http/HttpError.h>

HTTP run-time error.

Inherits IOError.

Public Member Functions

 HttpError (const char *what)
 Constructs the error with message what.
 HttpError (const std::string &what)
 Constructs the error with message what.
 ~HttpError () throw ()
 Destructor.