package w3; import com.google.android.gms.common.internal.Preconditions; /* loaded from: classes2.dex */ public class l extends Exception { protected l() { } /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */ public l(String str) { super(str); Preconditions.checkNotEmpty(str, "Detail message must not be empty"); } }