mdenet / educationplatform

Eclipse Public License 2.0
2 stars 3 forks source link

Report all errors on playground start up #175

Closed szschaler closed 5 months ago

szschaler commented 5 months ago

This PR adds code to report all errors on playground startup.

Previous code only reported configuration errors and platform errors, using a specific format, but did not provide a catch-all section reporting any other errors that might occur. This now adds this catch-all block, which will report, for example, parsing errors and errors opening the activitiy file (which closes #128).