Skip to content

Commit f80dd96

Browse files
committed
added a note about 500ers from the ExceptionController (fixes #1177)
1 parent 70db6f7 commit f80dd96

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Resources/doc/4-exception-controller-support.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,4 +85,10 @@ See `this example configuration`_ for more details.
8585

8686
That was it!
8787

88+
.. note::
89+
90+
If you are receiving a 500 error where you would expect a different response, the issue
91+
is likely caused by an exception inside the ExceptionController. For example a template
92+
is not found or the serializer failed.
93+
8894
.. _`this example configuration`: https://github.com/liip-forks/symfony-standard/blob/techtalk/app/config/config.yml

0 commit comments

Comments
 (0)