MGCommand
MGCommand copied to clipboard
Deal with errors during command execution
A command group should be configurable in terms of error tolerance:
MGCommandGroup *group = [[MGCommandGroup alloc] init]
group.ignoreChildErrors = YES;
Also we need a clear way on how to deal with errors without throwing exceptions. Maybe we can also use blocks for this?