Home
last modified time | relevance | path

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

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