Class ErrorReport<T extends Throwable>

java.lang.Object
io.github.thebusybiscuit.slimefun4.api.ErrorReport<T>
Type Parameters:
T - The type of Throwable which has spawned this ErrorReport

public class ErrorReport<T extends Throwable> extends Object
This class represents an ErrorReport. Error reports are thrown when a BlockTicker is causing problems. To ensure that the console doesn't get too spammy, we destroy the block and generate an ErrorReport instead. Error reports get saved in the plugin folder.
Author:
TheBusyBiscuit