package com.google.firebase.auth;

/* JADX INFO: loaded from: classes3.dex */
public class FirebaseAuthInvalidCredentialsException extends FirebaseAuthException {
    public FirebaseAuthInvalidCredentialsException(String str, String str2) {
        super(str, str2);
    }
}
