|
Nix 2.93.3
Lix: A modern, delicious implementation of the Nix package manager; unstable internal interfaces
|
#include <error.hh>
Classes | |
| struct | AsyncTraceFrame |
Public Member Functions | |
| std::shared_ptr< const std::list< AsyncTraceFrame > > | asyncTrace () const |
| void | addAsyncTrace (std::source_location loc, std::optional< std::string > description=std::nullopt) |
Base class for both errors we can handle (c.f. BaseError) and anything we want to log and terminate when encountered (c.f. ForeignException).