We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dea61db + 8e36949 commit 728dec8Copy full SHA for 728dec8
reference/configuration/twig.rst
@@ -9,7 +9,7 @@ TwigBundle Configuration Reference
9
.. code-block:: yaml
10
11
twig:
12
- exception_controller: Symfony\Bundle\TwigBundle\Controller\ExceptionController::showAction
+ exception_controller: twig.controller.exception:showAction
13
form:
14
resources:
15
@@ -86,7 +86,7 @@ Configuration
86
exception_controller
87
....................
88
89
-**type**: ``string`` **default**: ``Symfony\\Bundle\\TwigBundle\\Controller\\ExceptionController::showAction``
+**type**: ``string`` **default**: ``twig.controller.exception:showAction``
90
91
This is the controller that is activated after an exception is thrown anywhere
92
in your application. The default controller
0 commit comments