Searched refs:MCTPException (Results 1 – 3 of 3) sorted by relevance
27 class MCTPException : public std::exception class30 MCTPException() = delete;31 explicit MCTPException(const char* desc) : desc(desc) {} in MCTPException() function in MCTPException
283 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()
122 catch (const MCTPException& e) in setupEndpoint()