diff --git a/plugin/src/main/java/org/battleplugins/arena/config/ArenaConfigParser.java b/plugin/src/main/java/org/battleplugins/arena/config/ArenaConfigParser.java index ed657275..accda881 100644 --- a/plugin/src/main/java/org/battleplugins/arena/config/ArenaConfigParser.java +++ b/plugin/src/main/java/org/battleplugins/arena/config/ArenaConfigParser.java @@ -56,6 +56,7 @@ public static T newInstance(@Nullable Path sourceFile, Class type, Config } catch (Throwable t) { throw new ParseException("Failed to post-process instance of class " + type.getName(), t) .cause(ParseException.Cause.INTERNAL_ERROR) + .type(type) .sourceFile(sourceFile); } }