package com.google.android.gms.internal.ads;

import androidx.annotation.Nullable;

/* JADX INFO: loaded from: classes2.dex */
public class zzif extends Exception {
    public zzif(String str, @Nullable Throwable th) {
        super(str, th);
    }
}
