package d;

/* JADX INFO: renamed from: d.d, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public class C0424d extends RuntimeException {
    public C0424d(String str) {
        super(str);
    }

    public C0424d(String str, Throwable th) {
        super(str, th);
    }
}
