Home
last modified time | relevance | path

Searched refs:UnhandledStop (Results 1 – 2 of 2) sorted by relevance

/openbmc/sdbusplus/src/
H A Dexception.cpp194 const char* UnhandledStop::name() const noexcept in name()
199 const char* UnhandledStop::description() const noexcept in description()
204 const char* UnhandledStop::what() const noexcept in what()
209 int UnhandledStop::get_errno() const noexcept in get_errno()
/openbmc/sdbusplus/include/sdbusplus/
H A Dexception.hpp185 class UnhandledStop final : public internal_exception class