Home | History | Annotate | Download | only in test

Lines Matching refs:Exception1

3218         class Exception1(Exception, Base):
3222 for ExceptionType in Exception, Exception1, Exception2: