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

12 lines
345 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
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;
}
}