chore: remove exception class left over from debugging
ci/woodpecker/push/jfmod Pipeline was successful Details

This commit is contained in:
Johannes Frohnmeyer 2024-02-29 15:36:27 +01:00
parent bccd285f33
commit d5766f5e70
Signed by: Johannes
GPG Key ID: E76429612C2929F4
1 changed files with 0 additions and 11 deletions

View File

@ -1,11 +0,0 @@
package io.gitlab.jfronny.slyde;
import com.google.gson.JsonElement;
import com.mojang.serialization.DataResult;
import net.minecraft.client.option.SimpleOption;
import org.spongepowered.asm.mixin.injection.callback.CallbackInfo;
public class JoeException extends RuntimeException {
public <T> JoeException(String key, SimpleOption<T> option, CallbackInfo ci, DataResult<JsonElement> dataResult) {
}
}