package V2;

/* JADX INFO: loaded from: classes.dex */
public final class D3 extends IllegalArgumentException {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final boolean f7294a;

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public D3(String message, boolean z6) {
        super(message);
        kotlin.jvm.internal.o.h(message, "message");
        this.f7294a = z6;
    }
}
