# File lib/new_relic/noticed_error.rb, line 80
  def self.passes_message_whitelist(exception_class)
    NewRelic::Agent.config['strip_exception_messages.whitelist''strip_exception_messages.whitelist'].any? do |klass|
      exception_class <= klass
    end
  end