what-the-bank/sources/com/google/android/libraries/places/internal/zzaej.java

20 lines
656 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package com.google.android.libraries.places.internal;
import java.io.IOException;
/* loaded from: classes2.dex */
public final class zzaej extends IOException {
zzaej() {
super("CodedOutputStream was writing to a flat byte array and ran out of space.");
}
public zzaej(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 zzaej(Throwable th) {
super("CodedOutputStream was writing to a flat byte array and ran out of space.", th);
}
}