Skip to content

Error handling in GUI

Jacob Wahlman requested to merge 83-error-handling-in-gui into develop

Added an decorator for the class so that all exceptions thrown in the GUI will be caught and a stacktrace displayed. This also should prevent the GUI from totally crashing so that the user has time to save their stuff. Closes #83 (closed)

Merge request reports