package defpackage;

import com.google.android.gms.common.internal.Preconditions;

/* JADX INFO: loaded from: classes2.dex */
public class e13 extends Exception {
    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public e13(String str) {
        super(str);
        Preconditions.checkNotEmpty(str, "Detail message must not be empty");
    }
}
