We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 806569a commit 0bed6bdCopy full SHA for 0bed6bd
1 file changed
src/main/java/com/laytonsmith/core/exceptions/CRE/AbstractCREException.java
@@ -173,7 +173,7 @@ public static AbstractCREException getAbstractCREException(ConfigRuntimeExceptio
173
if(ex instanceof AbstractCREException) {
174
return (AbstractCREException) ex;
175
}
176
- throw new Error("Unexpected CRE exception that isn't convertable to AbstractCREException");
+ throw new Error("Unexpected CRE exception that isn't convertable to AbstractCREException", ex);
177
178
179
@Override
0 commit comments