# File lib/new_relic/agent/error_collector.rb, line 122 def exception_tagged?(exception) return false if exception_is_java_object?(exception) exception.instance_variable_defined?(EXCEPTION_TAG_IVAR) end