Home
last modified time | relevance | path

Searched defs:ToolException (Results 1 – 1 of 1) sorted by relevance

/openbmc/phosphor-ipmi-flash/tools/
H A Dtool_errors.hpp9 class ToolException : public std::exception class
12 explicit ToolException(const std::string& message) : message(message) {}; in ToolException() function in host_tool::ToolException