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.hpp49 class NoConfigFound : public std::runtime_error class
52 NoConfigFound() = delete;
53 NoConfigFound(const NoConfigFound&) = delete;
54 NoConfigFound(NoConfigFound&&) = delete;
55 NoConfigFound& operator=(const NoConfigFound&) = delete;
56 NoConfigFound& operator=(NoConfigFound&&) = delete;
57 ~NoConfigFound() = default;
70 NoConfigFound(const std::string& appName, const std::string& fileName) : in NoConfigFound() function in phosphor::fan::NoConfigFound
163 catch (const NoConfigFound&) in JsonConfig()
181 catch (const NoConfigFound&) in JsonConfig()
[all …]
/openbmc/phosphor-fan-presence/monitor/
H A Dsystem.cpp111 catch (const phosphor::fan::NoConfigFound&) in load()