Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions controller/error_pages.rst
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,12 @@ In that case, you might want to override one or both of the ``showAction()`` and

The :ref:`error page preview <testing-error-pages>` also works for
your own controllers set up this way.

.. note::

The above only applies to websites created using symfony/website-skeleton and not symfony/skeleton. See
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's not accurate: the above applies to apps that have TwigBundle enabled!
that's perfectly doable after starting with a skeleton

:doc:`Setup </setup>` for more details.

.. _use-kernel-exception-event:

Working with the ``kernel.exception`` Event
Expand Down