Searched refs:SomeError (Results 1 – 2 of 2) sorted by relevance
318 } catch (SomeError expected) { in testPropagate_NoneDeclared_ErrorThrown()444 private static class SomeError extends Error {} class in ThrowablesTest463 throw new SomeError(); in methodThatThrowsError()
117 - exceptions must comply with the new Python 3 format: `except SomeError as e:`