thesmallstar opened a new pull request #1079:
URL: https://github.com/apache/fineract/pull/1079
According to the logging guidelines by @vorburger I am quoting
> When catching exceptions, either rethrow them, or log them. Either way,
include the root cause by using catch (SomeException e) and then either throw
AnotherException("..details..", e) or LOG.error("...context...", e).
The AvoidHidingCauseException required that an exception that caused the
exception "SomeException" must be thrown and not "AnotherException" as in
guidelines.
How should I follow on this?
----------------------------------------------------------------
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:
[email protected]