Created MismatchedVersionException.
This commit is contained in:
@ -0,0 +1,7 @@
|
|||||||
|
package dev.micle.totemofreviving.util;
|
||||||
|
|
||||||
|
public class MismatchedVersionException extends RuntimeException {
|
||||||
|
public MismatchedVersionException(String msg) {
|
||||||
|
super(msg);
|
||||||
|
}
|
||||||
|
}
|
Reference in New Issue
Block a user