Searched refs:InterfaceError (Results 1 – 3 of 3) sorted by relevance
18 class InterfaceError final : public std::invalid_argument class21 ~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
26 void InterfaceError::log() const in log()
155 throw InterfaceError("Encountered unsupported interface.", in updateInterfaces()197 catch (const InterfaceError& e) in updateInterfaces()