![]() |
Scarab
v3.9.4
Project 8 C++ Utility Library
|
Base class for exceptions with what() and where() functions. More...
#include <base_exception.hh>
Public Member Functions | |
base_exception () noexcept=default | |
virtual | ~base_exception () noexcept=default |
virtual const char * | where () const noexcept=0 |
Base class for exceptions with what() and where() functions.
Definition at line 25 of file base_exception.hh.
|
defaultnoexcept |
|
virtualdefaultnoexcept |
|
pure virtualnoexcept |
Implemented in typed_exception< x_derived >, and typed_exception< error >.