Home | History | Annotate | Download | only in python2.7

Lines Matching defs:UnexpectedException

77     'UnexpectedException',
1663 class UnexpectedException(Exception):
1685 If an unexpected exception occurs, an UnexpectedException is raised.
1693 ... except UnexpectedException, failure:
1753 UnexpectedException: <DocTest foo from foo.py:0 (2 examples)>
1780 raise UnexpectedException(test, example, exc_info)
2224 UnexpectedException errors if there is an unexpected
2232 ... except UnexpectedException, failure:
2235 The UnexpectedException contains the test, the example, and