Home | History | Annotate | Download | only in test

Lines Matching defs:MyException

1754         class MyException(Exception):
1758 raise MyException
1784 except MyException: