|
25.02
|
#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 More... | |
| Exception (const Exception &other, const std::string &message, const CheckLocation &location) | |
| preserving previous exception context and adding local context information More... | |
| virtual const char * | what () const noexcept override |
Definition at line 135 of file Exceptions.hpp.