|
25.11
|
#include <Exceptions.hpp>
Additional Inherited Members | |
| Public Member Functions inherited from Exception | |
| Exception (const std::string &message) | |
| Exception (const std::string &message, const CheckLocation &location) | |
| exception with context | |
| Exception (const Exception &other, const std::string &message, const CheckLocation &location) | |
| preserving previous exception context and adding local context information | |
| virtual const char * | what () const noexcept override |
Definition at line 115 of file Exceptions.hpp.