More minor fixes
This commit is contained in:
@ -18,10 +18,6 @@ package org.multimc.exception;
|
||||
|
||||
public final class ParseException extends IllegalArgumentException {
|
||||
|
||||
public ParseException() {
|
||||
super();
|
||||
}
|
||||
|
||||
public ParseException(String message) {
|
||||
super(message);
|
||||
}
|
||||
|
Reference in New Issue
Block a user