libdeng2: Catch uncaught exceptions in de::App
Exceptions occurring during the event loop must be caught beforethey end up at the application level. The application is terminatedimmediately when de::App catches an exception.
View differences
libdeng2: Catch uncaught exceptions in de::App
Exceptions occurring during the event loop must be caught before
they end up at the application level. The application is terminated
immediately when de::App catches an exception.