remove unused exception

This commit is contained in:
Pyrbu 2023-05-03 05:16:33 +01:00
parent 19e4f6e88a
commit 9701b64e81

@ -1,7 +0,0 @@
package io.github.znetworkw.znpcservers;
public class UnexpectedCallException extends RuntimeException {
public UnexpectedCallException(Throwable cause) {
super(cause);
}
}