Exception: NewRelic::Agent::InternalAgentError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/new_relic/agent/internal_agent_error.rb

Direct Known Subclasses

StatsHash::StatsHashLookupError

Instance Method Summary collapse

Constructor Details

#initialize(msg = nil) ⇒ InternalAgentError

Returns a new instance of InternalAgentError.



13
14
15
# File 'lib/new_relic/agent/internal_agent_error.rb', line 13

def initialize(msg = nil)
  super("Ruby agent internal error. Please contact support referencing this error.\n #{msg}")
end