-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Labels
Description
There's a lot of empty catch blocks in code and some with printStackTrace(). We need to handle these properly - log them and display to user if appropriate (use own Exception types to differentiate between these).
It would be fine to have some top-level catch block to display and log exceptions. Also ensure the application log file is created on start if doesn't exist.
Reactions are currently unavailable