class RailsBestPractices::Reviews::NotRescueExceptionReview

Review all code to make sure we don’t rescue Exception This is a common mistake by Java or C# devs in ruby.

See the best practice details here rails-bestpractices.com/posts/2012/11/01/don-t-rescue-exception-rescue-standarderror/

Implementation:

Review process:

check all rescue node to see if its type is Exception