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