mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-29 12:14:43 +02:00
Throw errors for child skill leaderboard requests
This commit is contained in:
@ -6,4 +6,8 @@ public class InvalidSkillException extends RuntimeException {
|
||||
public InvalidSkillException() {
|
||||
super("That is not a valid skill.");
|
||||
}
|
||||
|
||||
public InvalidSkillException(String msg) {
|
||||
super(msg);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user