what-the-bank/sources/com/google/firebase/auth/FirebaseAuthWebException.java

9 lines
234 B
Java

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