Home
last modified time | relevance | path

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

/openbmc/dbus-sensors/src/mctp/
H A DMCTPEndpoint.hpp27 class MCTPException : public std::exception class
30 MCTPException() = delete;
31 explicit MCTPException(const char* desc) : desc(desc) {} in MCTPException() function in MCTPException
H A DMCTPEndpoint.cpp283 MCTPException("Failed to register connectivity signal match")); in subscribe()
384 catch (const MCTPException& ex) in from()
403 throw MCTPException("Bus is not configured as an MCTP interface"); in interfaceFromBus()
H A DMCTPReactor.cpp122 catch (const MCTPException& e) in setupEndpoint()