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

9 lines
264 B
Java

package com.google.firebase.auth;
/* loaded from: classes2.dex */
public class FirebaseAuthInvalidCredentialsException extends FirebaseAuthException {
public FirebaseAuthInvalidCredentialsException(String str, String str2) {
super(str, str2);
}
}