class NewRelic::Agent::ForceRestartException

An exception that forces an agent to restart.

Public Instance Methods

message() click to toggle source
# File lib/new_relic/agent.rb, line 94
def message
  "#{super}, restarting."
end