aboutsummaryrefslogtreecommitdiffhomepage
path: root/application/front/controller/visitor/ErrorController.php
Commit message (Collapse)AuthorAgeFilesLines
* Display error details even with dev.debug set to falseArthurHoaro2020-11-051-3/+8
| | | | | | | It makes more sense to display the error even if it's unexpected. Only for logged in users. Fixes #1606
* Dislay an error if an exception occurs in the error handlerArthurHoaro2020-10-201-4/+1
| | | | Related to #1598
* Move error handling to dedicated controller instead of middlewareArthurHoaro2020-08-211-0/+45