StandardError
Raised during action processing or any other time in an Agent's lifecycle.
# File lib/concurrent/agent.rb, line 167 def initialize(message = nil) message ||= 'agent must be restarted before jobs can post' super(message) end