Skip to content

Deal with errors during command execution #8

@MattesGroeger

Description

@MattesGroeger

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?

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions