Small improvement

master
M66B 1 week ago
parent 1ff9ce34cd
commit e429bdf955

@ -238,7 +238,7 @@ public class EntityRule {
}
}
} catch (Throwable ex) {
throw new Throwable(rule.name, ex);
throw new Throwable("Rule '" + rule.name + "'", ex);
}
return applied;

Loading…
Cancel
Save