File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -16,10 +16,11 @@ control you need:
16
16
17
17
1. Customize the error templates of the different error pages;
18
18
19
- 2. Replace the default exception controller ``twig.controller.exception:showAction ``
19
+ 2. Replace the default exception controller ``twig.controller.exception:showAction ``.
20
20
21
21
The default ExceptionController
22
22
-------------------------------
23
+
23
24
The default ``ExceptionController `` will either display an
24
25
*exception * or *error * page, depending on the setting of the ``kernel.debug ``
25
26
flag. While *exception * pages give you a lot of helpful
@@ -37,7 +38,7 @@ shown to the end-user.
37
38
pages for arbitrary HTTP status codes even with
38
39
``kernel.debug `` set to ``true ``.
39
40
40
- Override error templates
41
+ Override Error templates
41
42
------------------------
42
43
43
44
All of the error templates live inside the TwigBundle. To override the
@@ -124,7 +125,7 @@ Symfony uses the following algorithm to determine which template to use:
124
125
125
126
.. _`WebfactoryExceptionsBundle` : https://github.com/webfactory/exceptions-bundle
126
127
127
- Replace the default exception controller
128
+ Replace the default Exception Controller
128
129
----------------------------------------
129
130
130
131
Replace the default exception controller ``twig.controller.exception:showAction ``
You can’t perform that action at this time.
0 commit comments