Exception class used to indicate an invalid operation.
More...
#include <art/paperback/except.hxx>
|
| | Fault (std::source_location origin, string what) |
| | Constructor.
|
| |
| std::source_location const & | origin () const |
| | Access the C++ source origin of the exception.
|
| |
|
|
std::source_location | _origin |
| |
Exception class used to indicate an invalid operation.
◆ Fault()
| Art::Paperback::Fault::Fault |
( |
std::source_location | origin, |
|
|
string | what ) |
|
inline |
Constructor.
- Parameters
-
| origin | The C++ source origin of the exception. |
| what | A description of the error. |
◆ origin()
| std::source_location const & Art::Paperback::Fault::origin |
( |
| ) |
const |
|
inherited |
Access the C++ source origin of the exception.