Home | History | Annotate | Download | only in test

Lines Matching refs:Exception1

3235         class Exception1(Exception, Base):
3239 for ExceptionType in Exception, Exception1, Exception2: