Exception: EventQ::Exceptions::WorkerThreadError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/eventq/eventq_base/exceptions/worker_thread_error.rb

Overview

General thread error that signifies a thread about to shutdown.

Instance Method Summary collapse

Constructor Details

#initialize(message = 'Worker thread error') ⇒ WorkerThreadError

Returns a new instance of WorkerThreadError.



5
6
7
# File 'lib/eventq/eventq_base/exceptions/worker_thread_error.rb', line 5

def initialize(message = 'Worker thread error')
  super(message)
end