- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
29 lines
583 B
Java
29 lines
583 B
Java
package com.google.android.gms.internal.ads;
|
|
|
|
import androidx.annotation.Nullable;
|
|
import java.io.IOException;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public class zzfz extends IOException {
|
|
public final int zza;
|
|
|
|
public zzfz(int i) {
|
|
this.zza = i;
|
|
}
|
|
|
|
public zzfz(@Nullable String str, int i) {
|
|
super(str);
|
|
this.zza = i;
|
|
}
|
|
|
|
public zzfz(@Nullable String str, @Nullable Throwable th, int i) {
|
|
super(str, th);
|
|
this.zza = i;
|
|
}
|
|
|
|
public zzfz(@Nullable Throwable th, int i) {
|
|
super(th);
|
|
this.zza = i;
|
|
}
|
|
}
|