Searched refs:ConfigFileParserError (Results 1 – 6 of 6) sorted by relevance
30 class ConfigFileParserError : public std::exception class34 ConfigFileParserError() = delete;35 ConfigFileParserError(const ConfigFileParserError&) = default;36 ConfigFileParserError(ConfigFileParserError&&) = default;37 ConfigFileParserError& operator=(const ConfigFileParserError&) = default;38 ConfigFileParserError& operator=(ConfigFileParserError&&) = default;39 virtual ~ConfigFileParserError() = default;47 explicit ConfigFileParserError(const std::filesystem::path& pathName, in ConfigFileParserError() function in phosphor::power::util::ConfigFileParserError
22 using ConfigFileParserError = phosphor::power::util::ConfigFileParserError; typedef27 ConfigFileParserError error{pathName, "Required property missing"}; in TEST()37 ConfigFileParserError error{pathName, "Required property missing"}; in TEST()44 ConfigFileParserError error{pathName, "Required property missing"}; in TEST()
30 using ConfigFileParserError = phosphor::power::util::ConfigFileParserError; typedef63 catch (const ConfigFileParserError& e) in logError()156 catch (const ConfigFileParserError& e) in getExceptionToLog()
32 using ConfigFileParserError = phosphor::power::util::ConfigFileParserError; typedef53 throw ConfigFileParserError{pathName, e.what()}; in parse()
41 using ConfigFileParserError = phosphor::power::util::ConfigFileParserError; typedef140 std::throw_with_nested(ConfigFileParserError{ in TEST()169 throw ConfigFileParserError{ in TEST()455 std::throw_with_nested(ConfigFileParserError{ in TEST()489 std::throw_with_nested(ConfigFileParserError{ in TEST()538 throw ConfigFileParserError{ in TEST()
71 using ConfigFileParserError = phosphor::power::util::ConfigFileParserError; typedef148 catch (const ConfigFileParserError& e) in TEST()173 catch (const ConfigFileParserError& e) in TEST()190 catch (const ConfigFileParserError& e) in TEST()207 catch (const ConfigFileParserError& e) in TEST()