Searched refs:DerivedException (Results 1 – 3 of 3) sorted by relevance
459 class DerivedException: public BaseException { class463 throw DerivedException(); in foo()
361 class DerivedException(BaseException): class366 x = DerivedException(fancy_arg=42)
508 class DerivedException(BaseException): class513 x = DerivedException(fancy_arg=42)