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.



45
46
47
# File 'lib/async/task.rb', line 45

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