class Simplabs::Excellent::Checks::EmptyRescueBodyCheck

This check reports empty rescue blocks. Empty rescue blocks suppress all errors which is usually not a good technique.

Applies to