Home
last modified time | relevance | path

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

/openbmc/phosphor-fan-presence/
H A Dsdbusplus.hpp34 class DBusError : public std::runtime_error class
37 explicit DBusError(const std::string& msg) : std::runtime_error(msg) {} in DBusError() function in phosphor::fan::util::DBusError