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.hpp34 class MCTPException : public std::exception class
37 MCTPException() = delete;
38 explicit MCTPException(const char* desc) : desc(desc) {} in MCTPException() function in MCTPException
H A DMCTPEndpoint.cpp284 MCTPException("Failed to register connectivity signal match")); in subscribe()
385 catch (const MCTPException& ex) in from()
404 throw MCTPException("Bus is not configured as an MCTP interface"); in interfaceFromBus()
H A DMCTPReactor.cpp122 catch (const MCTPException& e) in setupEndpoint()