Exception: NewRelic::Agent::ForceRestartException

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

Overview

An exception that forces an agent to restart.

Instance Method Summary collapse

Instance Method Details

#messageObject



89
90
91
# File 'lib/new_relic/agent.rb', line 89

def message
  "#{super}, restarting."
end