Searched defs:DerivedException (Results 1 – 5 of 5) sorted by relevance
55 struct DerivedException : std::exception { struct56 char const* what() const noexcept override { in what()
460 class DerivedException: public BaseException { class
459 class DerivedException: public BaseException { class
361 class DerivedException(BaseException): class
568 class DerivedException(BaseException): class