package kotlin.reflect.w.internal.y0.d;

import kotlin.jvm.internal.o;

/* JADX INFO: loaded from: classes.dex */
public final class y extends IllegalStateException {
    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public y(String str) {
        super(str);
        o.f(str, "message");
    }
}
