Add Whoops exception handler (nicer debug info in dev mode)

On production = no errors
This commit is contained in:
slawkens
2023-05-29 08:55:26 +02:00
parent 7690811da3
commit 7c2c88f780
7 changed files with 15 additions and 127 deletions

View File

@@ -30,6 +30,7 @@ Minimum PHP version for this release is 7.2.5.
* support for Account Number
* suggest account number option
* many new functions, hooks and configurables
* better Exception Handler (Whoops - https://github.com/filp/whoops)
### Changed
* Composer is now used for external libraries like: Twig, PHPMailer, fast-route etc.