LeftHookRoll
An HTTP/1.0 compliant web server, as specified by RFC1945
Loading...
Searching...
No Matches
FatalExceptions.hpp File Reference

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>
Include dependency graph for FatalExceptions.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  FatalException
 
class  ClientException
 Exception type for failures scoped to a single client request. More...
 

Detailed Description

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.