package com.google.android.gms.auth; import android.content.Intent; /* loaded from: classes.dex */ public class GooglePlayServicesAvailabilityException extends UserRecoverableAuthException { private final int zzu; GooglePlayServicesAvailabilityException(int i10, String str, Intent intent) { super(str, intent); this.zzu = i10; } public int getConnectionStatusCode() { return this.zzu; } }