what-the-bank/sources/com/google/firebase/auth/FirebaseAuthWeakPasswordExc...

12 lines
345 B
Java

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;
}
}