Skip to content

Commit 728dec8

Browse files
committed
Merge pull request symfony#2305 from hacfi/2.2
Update default exception_controller in TwigBundle Configuration Reference
2 parents dea61db + 8e36949 commit 728dec8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reference/configuration/twig.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ TwigBundle Configuration Reference
99
.. code-block:: yaml
1010
1111
twig:
12-
exception_controller: Symfony\Bundle\TwigBundle\Controller\ExceptionController::showAction
12+
exception_controller: twig.controller.exception:showAction
1313
form:
1414
resources:
1515
@@ -86,7 +86,7 @@ Configuration
8686
exception_controller
8787
....................
8888

89-
**type**: ``string`` **default**: ``Symfony\\Bundle\\TwigBundle\\Controller\\ExceptionController::showAction``
89+
**type**: ``string`` **default**: ``twig.controller.exception:showAction``
9090

9191
This is the controller that is activated after an exception is thrown anywhere
9292
in your application. The default controller

0 commit comments

Comments
 (0)