Change-Id: I328f5952f23185a7d8f81a144979b4f8a095bd60
@ -190,11 +190,7 @@ public class ReceivePack extends BaseReceivePack {
if (needPack()) {
try {
receivePackAndCheckConnectivity();
} catch (IOException err) {
unpackError = err;
} catch (RuntimeException err) {
} catch (Error err) {
} catch (IOException | RuntimeException | Error err) {
}