Home
last modified time | relevance | path

Searched refs:NoConfigFound (Results 1 – 2 of 2) sorted by relevance

/openbmc/phosphor-fan-presence/
H A Djson_config.hpp48 class NoConfigFound : public std::runtime_error class
51 NoConfigFound() = delete;
52 NoConfigFound(const NoConfigFound&) = delete;
53 NoConfigFound(NoConfigFound&&) = delete;
54 NoConfigFound& operator=(const NoConfigFound&) = delete;
55 NoConfigFound& operator=(NoConfigFound&&) = delete;
56 ~NoConfigFound() = default;
69 NoConfigFound(const std::string& appName, const std::string& fileName) : in NoConfigFound() function in phosphor::fan::NoConfigFound
162 catch (const NoConfigFound&) in JsonConfig()
180 catch (const NoConfigFound&) in JsonConfig()
[all …]
/openbmc/phosphor-fan-presence/monitor/
H A Dsystem.cpp109 catch (const phosphor::fan::NoConfigFound&) in load()