|
libart-paperback 0.1.0-a.1.20260122225059.e5fea306241a
PDF (1.4) library for C++
|
Base class for errors. 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 |
Base class for errors.
|
inline |
Constructor.
| origin | The C++ source origin of the exception. |
| what | A description of the error. |
| std::source_location const & Art::Paperback::Fault::origin | ( | ) | const |
Access the C++ source origin of the exception.