Nix 2.26.3
Nix, the purely functional package manager; unstable internal interfaces
 
Loading...
Searching...
No Matches
nix::EvalBaseError Class Reference

#include <eval-error.hh>

Inheritance diagram for nix::EvalBaseError:

Public Member Functions

 EvalBaseError (EvalState &state, ErrorInfo &&errorInfo)
 
template<typename... Args>
 EvalBaseError (EvalState &state, const std::string &formatString, const Args &... formatArgs)
 

Public Attributes

EvalStatestate
 

Friends

template<class T>
class EvalErrorBuilder
 

Detailed Description

Base class for all errors that occur during evaluation.

Most subclasses should inherit from EvalError instead of this class.

Friends And Related Symbol Documentation

◆ EvalErrorBuilder

template<class T>
friend class EvalErrorBuilder
friend

Base class for all errors that occur during evaluation.

Most subclasses should inherit from EvalError instead of this class.


The documentation for this class was generated from the following file: