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.



43
44
45
# File 'lib/async/task.rb', line 43

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