Exception: Concurrent::Agent::Error
| Relationships & Source Files | |
| Extension / Inclusion / Inheritance Descendants | |
| Subclasses: | |
| Super Chains via Extension / Inclusion / Inheritance | |
| Class Chain: 
          self,
          StandardError
         | |
| Instance Chain: 
          self,
          StandardError
         | |
| Inherits: | StandardError 
 | 
| Defined in: | lib/concurrent-ruby/concurrent/agent.rb | 
Overview
Raised during action processing or any other time in an Agent’s lifecycle.
Class Method Summary
- .new(message = nil) ⇒ Error constructor
Constructor Details
    .new(message = nil)  ⇒ Error 
  
# File 'lib/concurrent-ruby/concurrent/agent.rb', line 168
def initialize( = nil) ||= 'agent must be restarted before jobs can post' super() end