Home
last modified time | relevance | path

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

/external/catch2/projects/SelfTest/UsageTests/
DMatchers.tests.cpp45 struct SpecialException : std::exception { struct
46 SpecialException(int i_) : i(i_) {} in SpecialException() function
48 char const* what() const noexcept override { in what()
52 int i;