Searched refs:ErrorTrap (Results 1 – 2 of 2) sorted by relevance
31 class ErrorTrap : public Trap class34 ErrorTrap() = default;35 ErrorTrap(const ErrorTrap&) = delete;36 ErrorTrap(ErrorTrap&&) = default;37 ErrorTrap& operator=(const ErrorTrap&) = delete;38 ErrorTrap& operator=(ErrorTrap&&) = default;39 ~ErrorTrap() = default;
23 void ErrorTrap::trap(sdbusplus::message_t& msg) const in trap()