lib/rubocop/cop/lint/duplicate_rescue_exception.rb in rubocop-1.29.1 vs lib/rubocop/cop/lint/duplicate_rescue_exception.rb in rubocop-1.30.0

- old
+ new

@@ -1,10 +1,10 @@ # frozen_string_literal: true module RuboCop module Cop module Lint - # This cop checks that there are no repeated exceptions + # Checks that there are no repeated exceptions # used in 'rescue' expressions. # # @example # # bad # begin