Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/include/ipmid/
H A Dhandler.hpp79 class HandlerException : public HandlerCompletion, public std::runtime_error class
82 HandlerException(Cc cc, const char* what) : in HandlerException() function in ipmi::HandlerException
85 HandlerException(Cc cc, const std::string& what) : in HandlerException() function in ipmi::HandlerException
86 HandlerException(cc, what.c_str()) in HandlerException()
268 catch (const HandlerException& e) in executeCallback()
365 catch (const HandlerException& e) in executeCallback()
451 catch (const HandlerException& e) in executeCallback()