mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2025-01-10 10:17:41 +01:00
Remove unused MultiverseConfigurationException.
This commit is contained in:
parent
9f1ddcc81e
commit
5a0957d894
@ -1,9 +0,0 @@
|
|||||||
package com.onarandombox.MultiverseCore.config;
|
|
||||||
|
|
||||||
import java.io.IOException;
|
|
||||||
|
|
||||||
public class MultiverseConfigurationException extends IOException {
|
|
||||||
public MultiverseConfigurationException(String message, Throwable cause) {
|
|
||||||
super(message, cause);
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user