• Fabien Potencier's avatar
    merged branch igorw/cookbook-fatal (PR #735) · a7a7ef41
    Fabien Potencier authored
    This PR was merged into the 1.0 branch.
    
    Discussion
    ----------
    
    Add note on how to handle fatal errors
    
    I'm not so happy with this solution from a usability perspective, but I don't want to have global error handlers in silex itself.
    
    An option we could consider is making symfony's ErrorHandler fall back to an internal ``ExceptionHandler`` for fatal errors. But obviously that is not very elegant either. Ideas welcome.
    
    Commits
    -------
    
    7a222ce5 Add note on how to handle fatal errors, as per mailing list
    a7a7ef41
Name
Last commit
Last update
bin Loading commit data...
doc Loading commit data...
src/Silex Loading commit data...
tests Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
composer.json Loading commit data...
phpunit.xml.dist Loading commit data...