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