File exceptions.hpp

This file contains exceptions defines within the context of the application.

Author

Benjamin Lindner ben@benlabs.net

Version

See VERSION in CMakeLists.txt

Copyright

GNU General Public License

namespace sassena
class terminate_request : public std::runtime_error
#include <exceptions.hpp>

Signal which should be caught in the main routine to allow a clean termination.

Public Functions

inline terminate_request()
class help_request : public std::runtime_error
#include <exceptions.hpp>

Public Functions

inline help_request()