Build::GraphSourceBuildGraphChildrenFailed

module ChildrenFailed

Mixed in to errors raised when child tasks have failed.

Definitions

def self.to_s

Signature

returns String

a human-readable error message.

Implementation

def self.to_s
	"Children tasks failed!"
end