class Async::Task::FinishedError

Raised when a child task is created within a task that has finished execution.

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

@parameter message [String] The error message.

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