Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 95a3903

Browse filesBrowse files
a-astwouterj
authored andcommitted
Fixed yaml configuration of app.exception_controller
1 parent 7f41677 commit 95a3903
Copy full SHA for 95a3903

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎cookbook/controller/error_pages.rst

Copy file name to clipboardExpand all lines: cookbook/controller/error_pages.rst
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,8 +233,8 @@ In that case, you might want to override one or both of the ``showAction()`` and
233233
# app/config/services.yml
234234
services:
235235
app.exception_controller:
236-
class: AppBundle\Controller\CustomExceptionController
237-
arguments: ['@twig', '%kernel.debug%']
236+
class: AppBundle\Controller\CustomExceptionController
237+
arguments: ['@twig', '%kernel.debug%']
238238
239239
.. code-block:: xml
240240

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.