forked from wallabag/wallabag
Customize errors templates
All error goes to the same template which only display the error message and the status code.
This commit is contained in:
@ -133,3 +133,9 @@ services:
|
||||
host: '%redis_host%'
|
||||
port: '%redis_port%'
|
||||
schema: tcp
|
||||
|
||||
wallabag_core.exception_controller:
|
||||
class: Wallabag\CoreBundle\Controller\ExceptionController
|
||||
arguments:
|
||||
- '@twig'
|
||||
- '%kernel.debug%'
|
||||
|
||||
Reference in New Issue
Block a user