mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-04-03 10:16:23 +02:00
8 lines
265 B
Java
8 lines
265 B
Java
//package com.gmail.nossr50.api.exceptions;
|
|
//
|
|
//public class MissingSkillPropertyDefinition extends RuntimeException {
|
|
// public MissingSkillPropertyDefinition(String details) {
|
|
// super("A skill property is undefined! Details: " + details);
|
|
// }
|
|
//}
|