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
27 class IntentionalException(Exception): class210 IntentionalException('Boom!'))211 with self.assertRaises(IntentionalException):219 IntentionalException('Boom!'))221 IntentionalException('Cannot close browser!'))222 with self.assertRaises(IntentionalException) as context:
15 raise exceptions.IntentionalException()16 except exceptions.IntentionalException:
88 raise exceptions.IntentionalException
14 raise exceptions.IntentionalException
26 if exception_class == exceptions.IntentionalException:
133 class IntentionalException(Error): class