Home
last modified time | relevance | path

Searched defs:RuntimeWarning (Results 1 – 1 of 1) sorted by relevance

/openbmc/phosphor-psu-code-mgmt/src/
H A Druntime_warning.hpp14 class RuntimeWarning : public std::exception class
29 explicit RuntimeWarning(const std::string& error) : error{error} {} in RuntimeWarning() function in phosphor::software::updater::RuntimeWarning