package com.google.android.play.core.assetpacks; import com.google.android.gms.common.api.ApiException; import com.google.android.gms.common.api.Status; import java.util.Locale; /* loaded from: classes2.dex */ public class a extends ApiException { a(int i10) { super(new Status(i10, String.format(Locale.getDefault(), "Asset Pack Download Error(%d): %s", Integer.valueOf(i10), s3.a.a(i10)))); if (i10 == 0) { throw new IllegalArgumentException("errorCode should not be 0."); } } }