Home
last modified time | relevance | path

Searched refs:InterfaceError (Results 1 – 3 of 3) sorted by relevance

/openbmc/phosphor-inventory-manager/
H A Derrors.hpp18 class InterfaceError final : public std::invalid_argument class
21 ~InterfaceError() = default;
22 InterfaceError() = delete;
23 InterfaceError(const InterfaceError&) = delete;
24 InterfaceError(InterfaceError&&) = default;
25 InterfaceError& operator=(const InterfaceError&) = delete;
26 InterfaceError& operator=(InterfaceError&&) = default;
33 InterfaceError(const char* msg, const std::string& iface) : in InterfaceError() function in phosphor::inventory::manager::InterfaceError
H A Derrors.cpp26 void InterfaceError::log() const in log()
H A Dmanager.cpp155 throw InterfaceError("Encountered unsupported interface.", in updateInterfaces()
197 catch (const InterfaceError& e) in updateInterfaces()