Searched refs:NotFoundException (Results 1 – 4 of 4) sorted by relevance
60 catch (const NotFoundException& e) in sendContents()67 catch (const NotFoundException& e) in sendContents()72 throw NotFoundException("supported PCI device"); in sendContents()
23 class NotFoundException : public ToolException class26 explicit NotFoundException(const std::string& device) : in NotFoundException() function in host_tool::NotFoundException
75 throw NotFoundException(std::format( in PciAccessBridge()
210 EXPECT_THROW(GetParam()->getBridge(&pciMock), NotFoundException); in TEST_P()