MGCommand icon indicating copy to clipboard operation
MGCommand copied to clipboard

Deal with errors during command execution

Open MattesGroeger opened this issue 12 years ago • 0 comments

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?

MattesGroeger avatar Jan 27 '13 22:01 MattesGroeger