A growing collection of error utilities. More...
Classes | |
| class | sourcemeta::core::FileError< T > |
A growing collection of error utilities.
This functionality is included as follows:
| class sourcemeta::core::FileError |
A wrapper that decorates an arbitrary exception type with a file path.
Public Member Functions | |
| template<typename... Args> | |
| FileError (std::filesystem::path path, Args &&...args) | |
| auto | path () const noexcept -> const std::filesystem::path & |
| The offending file path. | |
|
inline |
Construct the error given the offending file path and the underlying exception arguments.