class Async::Task::FinishedError

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

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