#include <eval-error.hh>
Public Member Functions | |
EvalBaseError (EvalState &state, ErrorInfo &&errorInfo) | |
template<typename... Args> | |
EvalBaseError (EvalState &state, const std::string &formatString, const Args &... formatArgs) | |
Public Attributes | |
EvalState & | state |
Friends | |
template<class T> | |
class | EvalErrorBuilder |
Base class for all errors that occur during evaluation.
Most subclasses should inherit from EvalError
instead of this class.
|
friend |
Base class for all errors that occur during evaluation.
Most subclasses should inherit from EvalError
instead of this class.