snoopdave commented on a change in pull request #67: URL: https://github.com/apache/roller/pull/67#discussion_r504297651
########## File path: app/src/main/java/org/apache/roller/weblogger/ui/rendering/velocity/RollerResourceLoader.java ########## @@ -105,7 +109,7 @@ public InputStream getResourceStream(String name) { logger.error(uex); throw new RuntimeException(uex); - } catch (Exception re) { + } catch (WebloggerException | ResourceNotFoundException re) { Review comment: Nice! ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org