2
0
Fork 0
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
279 B
Java

package net.minecraft.command;
public class WrongUsageException extends SyntaxErrorException
{
private static final String __OBFID = "CL_00001192";
public WrongUsageException(String p_i1364_1_, Object ... p_i1364_2_)
{
super(p_i1364_1_, p_i1364_2_);
}
}