aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/config
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-10-01 16:35:48 +0200
committerGitHub <noreply@github.com>2016-10-01 16:35:48 +0200
commitc4bf7af96f52aaafd13049e74f27b368eec79bf8 (patch)
treec1126ee4ec55c82645b10ef65f4657aa80930657 /src/Wallabag/CoreBundle/Resources/config
parentdb5541e7a1e7131d62b4df23fa6eadd0c542b256 (diff)
parent40e219622a2c416ab36cb39b26a5e1354e4438cc (diff)
downloadwallabag-c4bf7af96f52aaafd13049e74f27b368eec79bf8.tar.gz
wallabag-c4bf7af96f52aaafd13049e74f27b368eec79bf8.tar.zst
wallabag-c4bf7af96f52aaafd13049e74f27b368eec79bf8.zip
Merge pull request #2322 from wallabag/v2-404
Customize errors templates
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/config')
-rw-r--r--src/Wallabag/CoreBundle/Resources/config/services.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/config/services.yml b/src/Wallabag/CoreBundle/Resources/config/services.yml
index 5a727ec5..d1139846 100644
--- a/src/Wallabag/CoreBundle/Resources/config/services.yml
+++ b/src/Wallabag/CoreBundle/Resources/config/services.yml
@@ -122,3 +122,9 @@ services:
122 host: '%redis_host%' 122 host: '%redis_host%'
123 port: '%redis_port%' 123 port: '%redis_port%'
124 schema: tcp 124 schema: tcp
125
126 wallabag_core.exception_controller:
127 class: Wallabag\CoreBundle\Controller\ExceptionController
128 arguments:
129 - '@twig'
130 - '%kernel.debug%'