Spaces:
Build error
Build error
File size: 255 Bytes
d46f4a3 |
1 2 3 4 5 6 7 8 9 10 |
package net.minecraft.nbt;
import net.minecraft.CrashReport;
import net.minecraft.ReportedException;
public class ReportedNbtException extends ReportedException {
public ReportedNbtException(CrashReport p_309750_) {
super(p_309750_);
}
} |