|
LeftHookRoll
An HTTP/1.0 compliant web server, as specified by RFC1945
|
This class will be used to collect fatal exceptions, which are exceptions that should cause the program to exit immediately. any exception that can be recovered from/used to control flow SHOULD NOT be in this file, and rather should be a subclass of it's cause class. More...
#include <exception>#include <string>Go to the source code of this file.
Classes | |
| class | FatalException |
| class | ClientException |
| Exception type for failures scoped to a single client request. More... | |
This class will be used to collect fatal exceptions, which are exceptions that should cause the program to exit immediately. any exception that can be recovered from/used to control flow SHOULD NOT be in this file, and rather should be a subclass of it's cause class.
Definition in file FatalExceptions.hpp.