Merge pull request #2322 from wallabag/v2-404

Customize errors templates
This commit is contained in:
Nicolas Lœuillet
2016-10-01 16:35:48 +02:00
committed by GitHub
7 changed files with 107 additions and 9 deletions

View File

@ -122,3 +122,9 @@ services:
host: '%redis_host%'
port: '%redis_port%'
schema: tcp
wallabag_core.exception_controller:
class: Wallabag\CoreBundle\Controller\ExceptionController
arguments:
- '@twig'
- '%kernel.debug%'