/* * Decompiled with CFR 0.152. */ package net.minecraft.nbt; public class NbtException extends RuntimeException { public NbtException(String message) { super(message); } }