Exception wrap TSDerivedSecrets for Swift

pull/1/head
Michael Kirk 7 years ago
parent 8d823193f1
commit b622b3a020

@ -1547,7 +1547,7 @@ NSString *const OWSMessageSenderRateLimitedException = @"RateLimitedException";
deviceId:[deviceId intValue]]; deviceId:[deviceId intValue]];
[self.dbConnection readWriteWithBlock:^(YapDatabaseReadWriteTransaction *transaction) { [self.dbConnection readWriteWithBlock:^(YapDatabaseReadWriteTransaction *transaction) {
@try { @try {
[builder processPrekeyBundle:bundle protocolContext:transaction]; [builder try_processPrekeyBundle:bundle protocolContext:transaction];
} @catch (NSException *caughtException) { } @catch (NSException *caughtException) {
exception = caughtException; exception = caughtException;
} }

Loading…
Cancel
Save