Home
last modified time | relevance | path

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

/openbmc/phosphor-ipmi-flash/tools/
H A Dp2a.cpp60 catch (const NotFoundException& e) in sendContents()
67 catch (const NotFoundException& e) in sendContents()
72 throw NotFoundException("supported PCI device"); in sendContents()
H A Dtool_errors.hpp23 class NotFoundException : public ToolException class
26 explicit NotFoundException(const std::string& device) : in NotFoundException() function in host_tool::NotFoundException
H A Dpci.cpp75 throw NotFoundException(std::format( in PciAccessBridge()
/openbmc/phosphor-ipmi-flash/tools/test/
H A Dtools_pci_unittest.cpp210 EXPECT_THROW(GetParam()->getBridge(&pciMock), NotFoundException); in TEST_P()