Searched defs:TestException (Results 1 – 6 of 6) sorted by relevance
60 class TestException : public std::exception { class
285 class TestException(Exception): class
78 explicit TestException(absl::string_view msg) : msg_(msg) {} in TestException() function
1341 class TestException(MemoryError): class