Skip to content

UX/DX: Throw exceptions #201

@BrianHenryIE

Description

@BrianHenryIE

Currently, exceptions are caught.

} catch (Exception $e) {
$this->logger->error($e->getMessage());
return Command::FAILURE;
}
return Command::SUCCESS;
}

But don't catch them so people have more information about problems.

(it's not DX for this project, but this project is only used by developers)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions