Home | History | Annotate | Download | only in test

Lines Matching refs:MyException

2010         class MyException(Exception):
2014 raise MyException
2038 self.assertRaises(MyException, runner, X())