# File lib/new_relic/noticed_error.rb, line 72
  def ==(other)
    if other.respond_to?(:exception_id)
      exception_id == other.exception_id
    else
      false
    end
  end