package kotlin;

import com.bytedance.sdk.component.pglcrypt.PglCryptUtils;
import nb.g;

/* JADX INFO: loaded from: classes.dex */
@Metadata(d1 = {"\u0000\u000e\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0000\u0018\u00002\u00060\u0001j\u0002`\u0002¨\u0006\u0003"}, d2 = {"Lkotlin/NotImplementedError;", "Ljava/lang/Error;", "Lkotlin/Error;", "kotlin-stdlib"}, k = 1, mv = {1, 8, 0})
public final class NotImplementedError extends Error {
    public /* synthetic */ NotImplementedError() {
        this("An operation is not implemented.");
    }

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public NotImplementedError(String str) {
        super(str);
        g.i(str, PglCryptUtils.KEY_MESSAGE);
    }
}
