package net.minecraft.nbt; import net.minecraft.CrashReport; import net.minecraft.ReportedException; public class ReportedNbtException extends ReportedException { public ReportedNbtException(CrashReport crashReport) { super(crashReport); } }