what-the-bank/sources/com/google/android/gms/internal/p002firebaseauthapi/zzack.java

20 lines
663 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package com.google.android.gms.internal.p002firebaseauthapi;
import java.io.IOException;
/* loaded from: classes2.dex */
public final class zzack extends IOException {
zzack() {
super("CodedOutputStream was writing to a flat byte array and ran out of space.");
}
public zzack(String str, Throwable th) {
super("CodedOutputStream was writing to a flat byte array and ran out of space.: ".concat(String.valueOf(str)), th);
}
/* JADX INFO: Access modifiers changed from: package-private */
public zzack(Throwable th) {
super("CodedOutputStream was writing to a flat byte array and ran out of space.", th);
}
}