Home
last modified time | relevance | path

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

/openbmc/openpower-vpd-parser/vpd-manager/include/
H A Dexceptions.hpp245 class FirmwareException : public Exception class
260 explicit FirmwareException(const std::string& msg) : Exception(msg) {} in FirmwareException() function in vpd::FirmwareException