package com.google.firebase.auth; /* loaded from: classes2.dex */ public final class FirebaseAuthWeakPasswordException extends FirebaseAuthInvalidCredentialsException { private final String zza; public FirebaseAuthWeakPasswordException(String str, String str2, String str3) { super(str, str2); this.zza = str3; } }