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