Exception: NewRelic::Agent::InternalAgentError
- Inherits:
-
StandardError
- Object
- StandardError
- NewRelic::Agent::InternalAgentError
- Defined in:
- lib/new_relic/agent/internal_agent_error.rb
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize(msg = nil) ⇒ InternalAgentError
constructor
A new instance of InternalAgentError.
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 |