package a3;

import s1.z;

/* JADX INFO: renamed from: a3.e, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C0233e extends Exception {
    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public C0233e(String str) {
        super(str);
        z.e(str, "Detail message must not be empty");
    }
}
