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