package com.google.android.gms.common;

import android.content.Intent;

/* JADX INFO: loaded from: classes.dex */
public class GooglePlayServicesRepairableException extends UserRecoverableException {
    private final int zza;

    public GooglePlayServicesRepairableException(int i6, String str, Intent intent) {
        super(str, intent);
        this.zza = i6;
    }

    public int getConnectionStatusCode() {
        return this.zza;
    }
}
