Added ArgumentValidationException as separate from illegal syntax

This commit is contained in:
Nathan Adams
2014-09-24 11:30:13 +02:00
parent 0a71730bdc
commit 9585aaf0b3
11 changed files with 44 additions and 34 deletions
@@ -0,0 +1,4 @@
package net.minecraft.commands.exceptions;
public class ArgumentValidationException extends CommandException {
}