|
@@ -63,9 +63,9 @@ static void RaiseException(NSInteger code, NSString *reason) {
|
|
|
|
|
|
NSDictionary *exceptionInfo =
|
|
NSDictionary *exceptionInfo =
|
|
@{ GPBCodedInputStreamUnderlyingErrorKey: error };
|
|
@{ GPBCodedInputStreamUnderlyingErrorKey: error };
|
|
- [[[NSException alloc] initWithName:GPBCodedInputStreamException
|
|
|
|
- reason:reason
|
|
|
|
- userInfo:exceptionInfo] raise];
|
|
|
|
|
|
+ [[NSException exceptionWithName:GPBCodedInputStreamException
|
|
|
|
+ reason:reason
|
|
|
|
+ userInfo:exceptionInfo] raise];
|
|
}
|
|
}
|
|
|
|
|
|
static void CheckRecursionLimit(GPBCodedInputStreamState *state) {
|
|
static void CheckRecursionLimit(GPBCodedInputStreamState *state) {
|