Lines Matching refs:RuntimeError
66 except RuntimeError:
101 RuntimeError,
112 RuntimeError,
123 RuntimeError,
134 RuntimeError,
145 RuntimeError,
156 RuntimeError,
177 # Note that this is not the same as asserting RuntimeError
180 # raise RuntimeError, but it shouldn't raise anything other
181 # than RuntimeError, and that's all we're trying to test
194 except RuntimeError:
198 RuntimeError,
215 except RuntimeError: