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
feature symfony#13222 Remove the mention of TwigBundle\ExceptionController and extending doc (yceruto)
This PR was merged into the 4.4 branch.
Discussion
----------
Remove the mention of TwigBundle\ExceptionController and extending doc
Fixessymfony#13071Fixessymfony#12920
I would no longer recommend to extend directly from `ErrorController`. It adds a new error renderer layer that covers the most common error contexts (CLI, HTTP-html, HTTP-APIs), in the worst case you can decorare them, but it shouldn't be necessary.
Commits
-------
51cb970 Remove the TwigBundle\ExceptionController mention and extending doc
0 commit comments