Super simple start
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
package net.minecraft.commands.exceptions;
|
||||
|
||||
public class CommandException extends Exception {
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
package net.minecraft.commands.exceptions;
|
||||
|
||||
public class UnknownCommandException extends CommandException {
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
@ParametersAreNonnullByDefault
|
||||
package net.minecraft.commands.exceptions;
|
||||
|
||||
import javax.annotation.ParametersAreNonnullByDefault;
|
||||
Reference in New Issue
Block a user