Exception: Async::Task::FinishedError

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/async/task.rb

Instance Method Summary collapse

Constructor Details

#initialize(message = "Cannot create child task within a task that has finished execution!") ⇒ FinishedError

Returns a new instance of FinishedError.



63
64
65
# File 'lib/async/task.rb', line 63

def initialize(message = "Cannot create child task within a task that has finished execution!")
  super
end