Make JEILoadingInterruptedException an error so it propagates further

This commit is contained in:
embeddedt 2023-01-06 10:59:48 -05:00
parent 75695cf759
commit 3695473283
No known key found for this signature in database
GPG Key ID: A69433EC199B5613

View File

@ -1,4 +1,4 @@
package org.embeddedt.modernfix.jei.async;
public class JEILoadingInterruptedException extends RuntimeException {
public class JEILoadingInterruptedException extends Error {
}