Exception: OneApm::Agent::InternalAgentError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/one_apm/errors/internal_agent_error.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = nil) ⇒ InternalAgentError

Returns a new instance of InternalAgentError.



11
12
13
# File 'lib/one_apm/errors/internal_agent_error.rb', line 11

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