Home
last modified time | relevance | path

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

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