New rule: Do not pass cause.getMessage()
if you already passed the cause
to a new exception
#125
Labels
cause.getMessage()
if you already passed the cause
to a new exception
#125
Summary
Rule definition
Why?
The necessary error context might not be passed to the new exception
in this case, its better to do it like
The text was updated successfully, but these errors were encountered: