Exception: PWork::Async::Exceptions::TaskError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/pwork/async/exceptions/task_error.rb

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ TaskError

Returns a new instance of TaskError.



5
6
7
# File 'lib/pwork/async/exceptions/task_error.rb', line 5

def initialize(message)
  super(message)
end