@private
These exceptions are dangerous to rescue as rescuing them would interfere with things we should not interfere with.
# File lib/rspec/support.rb, line 127 def self.===(exception) AVOID_RESCUING.none? { |ar| ar === exception } end