Searched refs:NoConfigFound (Results 1 – 2 of 2) sorted by relevance
48 class NoConfigFound : public std::runtime_error class51 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::NoConfigFound162 catch (const NoConfigFound&) in JsonConfig()180 catch (const NoConfigFound&) in JsonConfig()[all …]
109 catch (const phosphor::fan::NoConfigFound&) in load()