All Questions
1 question
1
vote
0
answers
57
views
Is it possible to change suppress exceptions mode by default in symfony 7 debug mode?
TL;DR
Seems like with APP_DEBUG=1 Symfony catches and suppresses kind of exceptions.
Presets.
Installed Symfony 7, --webapp.
Default env, settings.
APP_DEBUG=1
Reproduce
Make ping controller.
Make ...