Engine/base/src
JeremyStarTM d3a01c2c66
Allow throwing all exceptions during engine init
Due to some Java limitation we are required to throw a RuntimeException with our original exception contained within and afterwards unwrap it so we can throw any exception we like. That is dumb.
2024-11-03 18:40:19 +01:00
..
main Allow throwing all exceptions during engine init 2024-11-03 18:40:19 +01:00
test/java/de/staropensource/engine/base/srctests Rename and update errorShortcodeConverter setting 2024-10-15 13:16:59 +02:00