refactored config to it's own class
This commit is contained in:
@ -0,0 +1,9 @@
|
||||
package de.steev.bm.utils.exceptions;
|
||||
|
||||
public class ConfigEntryExceptions extends Exception {
|
||||
public ConfigEntryExceptions() {}
|
||||
|
||||
public ConfigEntryExceptions(String message) {
|
||||
super(message);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user