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