Home | History | Annotate | Download | only in pymock

Lines Matching refs:BaseException

82     BaseException
85 BaseException = Exception
94 BaseExceptions = (BaseException,)
98 BaseExceptions = (BaseException, java.lang.Throwable)