class EventQ::Exceptions::WorkerThreadError

General thread error that signifies a thread about to shutdown.

Public Class Methods

new(message = 'Worker thread error') click to toggle source
Calls superclass method
# File lib/eventq/eventq_base/exceptions/worker_thread_error.rb, line 5
def initialize(message = 'Worker thread error')
  super(message)
end