Remove unused MultiverseConfigurationException.

This commit is contained in:
Jeremy Wood 2023-03-27 00:51:55 -04:00
parent 9f1ddcc81e
commit 5a0957d894
No known key found for this signature in database
GPG Key ID: C5BAD04C77B91B4B

View File

@ -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);
}
}