Searched refs:IntentionalException (Results 1 – 7 of 7) sorted by relevance
71 e.getCause() instanceof IntentionalException); in testExceptionWrapping()181 throw new IntentionalException(); in exceptionThrowingMethod()184 class IntentionalException extends Exception { class in EventSubscriberTest
26 class IntentionalException(Exception): class195 IntentionalException('Boom!'))196 with self.assertRaises(IntentionalException):204 IntentionalException('Boom!'))206 IntentionalException('Cannot close browser!'))207 with self.assertRaises(IntentionalException) as context:
15 raise exceptions.IntentionalException()16 except exceptions.IntentionalException:
88 raise exceptions.IntentionalException
14 raise exceptions.IntentionalException
121 class IntentionalException(Error): class
27 if exception_class == exceptions.IntentionalException: