Class | Roodi::Checks::EmptyRescueBodyCheck |
In: |
lib/roodi/checks/empty_rescue_body_check.rb
|
Parent: | Check |
Checks the body of a rescue block to make sure it‘s not empty..
When the body of a rescue block is empty, exceptions can get caught and swallowed without any feedback to the user.