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 1c39317

Browse filesBrowse files
committed
bug #6334 Fixed yaml configuration of app.exception_controller (AAstakhov)
This PR was squashed before being merged into the 2.3 branch (closes #6334). Discussion ---------- Fixed yaml configuration of app.exception_controller | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | 2.3+ | Fixed tickets | - Fixed yaml code-block for app.exception_controller service: indented lines with 'class' and 'arguments' configuration to make this example functional. Commits ------- 95a3903 Fixed yaml configuration of app.exception_controller
2 parents 812be2c + 95a3903 commit 1c39317
Copy full SHA for 1c39317

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.