|
libhttppp ..
|
Public Types | |
| enum | Type { Note , Warning , Error , Critical } |
Public Member Functions | |
| HTTPException (const HTTPException &exp) | |
| int | getErrorType () const |
| const std::string & | what () const |
| HTTPException & | append (const std::string &src) |
| HTTPException & | operator[] (int errtype) |
| HTTPException & | operator<< (const std::string &src) |
| HTTPException & | operator<< (int src) |