Searched refs:NaiveException (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Lib/test/ | ||
H A D | test_exceptions.py | 23 class NaiveException(Exception): class 501 (NaiveException, ('foo',), 526 if not type(e).__name__.endswith('NaiveException'): |
Completed in 4 milliseconds