Searched refs:RuntimeWarning (Results 1 – 2 of 2) sorted by relevance
14 class RuntimeWarning : public std::exception class18 RuntimeWarning() = delete;19 RuntimeWarning(const RuntimeWarning&) = default;20 RuntimeWarning(RuntimeWarning&&) = default;21 RuntimeWarning& operator=(const RuntimeWarning&) = default;22 RuntimeWarning& operator=(RuntimeWarning&&) = default;23 ~RuntimeWarning() override = default;29 explicit RuntimeWarning(const std::string& error) : error{error} {} in RuntimeWarning() function in phosphor::software::updater::RuntimeWarning
458 catch (const RuntimeWarning& r) in processStoredImage()556 throw RuntimeWarning{ in findModelDirectory()585 throw RuntimeWarning{ in findModelDirectory()