You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 17, 2022. It is now read-only.
Maybe it is Symfony issue, but it works fine with php-fpm or APP_DEV for unknown reasons.
Some errors are not hanled, messages disappear, for example php type error of function argument or using null as object.
I fixed it by decorating Symfony HttpKernel, it catches only \Exception, but not \Throwable:
Maybe it is Symfony issue, but it works fine with php-fpm or APP_DEV for unknown reasons.
Some errors are not hanled, messages disappear, for example php type error of function argument or using null as object.
I fixed it by decorating Symfony HttpKernel, it catches only \Exception, but not \Throwable:
services.yaml
App\Service\HttpKernel\HttpKernel
The text was updated successfully, but these errors were encountered: