9class Error :
public nix::Error
12 using nix::Error::Error;
15std::string quoteRegexChars(
const std::string & raw);
17std::regex storePathRegex(
const std::string & storeDir);
19std::regex parse(std::string_view re, std::regex::flag_type flags = std::regex::ECMAScript);
This file defines two main structs/classes used in nix error handling.