Make JEILoadingInterruptedException an error so it propagates further
This commit is contained in:
parent
75695cf759
commit
3695473283
|
|
@ -1,4 +1,4 @@
|
||||||
package org.embeddedt.modernfix.jei.async;
|
package org.embeddedt.modernfix.jei.async;
|
||||||
|
|
||||||
public class JEILoadingInterruptedException extends RuntimeException {
|
public class JEILoadingInterruptedException extends Error {
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user