16 lines
288 B
Java
16 lines
288 B
Java
/*
|
|
* Decompiled with CFR 0.152.
|
|
*/
|
|
package net.minecraft.nbt;
|
|
|
|
import net.minecraft.CrashReport;
|
|
import net.minecraft.ReportedException;
|
|
|
|
public class ReportedNbtException
|
|
extends ReportedException {
|
|
public ReportedNbtException(CrashReport report) {
|
|
super(report);
|
|
}
|
|
}
|
|
|