- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
25 lines
465 B
Java
25 lines
465 B
Java
package com.google.android.gms.internal.ads;
|
|
|
|
import java.io.IOException;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public class zzgyg extends IOException {
|
|
private boolean zza;
|
|
|
|
public zzgyg(IOException iOException) {
|
|
super(iOException.getMessage(), iOException);
|
|
}
|
|
|
|
public final void zza() {
|
|
this.zza = true;
|
|
}
|
|
|
|
public final boolean zzb() {
|
|
return this.zza;
|
|
}
|
|
|
|
public zzgyg(String str) {
|
|
super(str);
|
|
}
|
|
}
|