|
LeftHookRoll
An HTTP/1.0 compliant web server, as specified by RFC1945
|
#include <FatalExceptions.hpp>
Public Member Functions | |
| FatalException (const std::string &msg) | |
| FatalException (const FatalException &other) | |
| FatalException & | operator= (const FatalException &other) |
| virtual | ~FatalException () throw () |
| virtual const char * | what () const throw () |
Private Attributes | |
| std::string | _msg |
Definition at line 10 of file FatalExceptions.hpp.
| FatalException::FatalException | ( | const std::string & | msg | ) |
Definition at line 3 of file FatalExceptions.cpp.
| FatalException::FatalException | ( | const FatalException & | other | ) |
Definition at line 5 of file FatalExceptions.cpp.
|
virtual | |||||||||||||
Definition at line 14 of file FatalExceptions.cpp.
| FatalException & FatalException::operator= | ( | const FatalException & | other | ) |
Definition at line 7 of file FatalExceptions.cpp.
|
virtual | |||||||||||||
Definition at line 16 of file FatalExceptions.cpp.
|
private |
Definition at line 21 of file FatalExceptions.hpp.