Closed
Description
Q | A |
---|---|
Bug report? | no |
Feature request? | yes |
BC Break report? | no |
RFC? | no |
Symfony version | any |
With PHP 7 we can now catch fatal errors. The console collects all commands from all bundle directories, but what if one of them has a fatal error (for whatever reason), then all other commands cannot be executed as well. If the fatal error is catched, maybe a warning printed to the screen and a dummy command registered instead that fails and shows the fatal error, this could be much improved for the developer experience.