Home
last modified time | relevance | path

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

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