package com.google.android.gms.internal.ads; import androidx.annotation.Nullable; /* loaded from: classes3.dex */ public class zzhf extends Exception { public zzhf(String str) { super(str); } public zzhf(String str, @Nullable Throwable th) { super(str, th); } }