|
libart-paperback 0.1.0-a.1.20260122225059.e5fea306241a
PDF (1.4) library for C++
|
Exception class used to indicate internal errors, typically the result of an insect hiding somewhere. More...
#include <art/paperback/except.hxx>

Public Member Functions | |
| Fault (std::source_location origin, string what) | |
| Constructor. | |
| std::source_location const & | origin () const |
| Access the C++ source origin of the exception. | |
Private Attributes | |
| std::source_location | _origin |
Exception class used to indicate internal errors, typically the result of an insect hiding somewhere.
If found, please be so kind and squash it mercilessly.
|
inline |
Constructor.
| origin | The C++ source origin of the exception. |
| what | A description of the error. |
|
inherited |
Access the C++ source origin of the exception.