]> git.immae.eu Git - github/shaarli/Shaarli.git/commit
Move error handling to dedicated controller instead of middleware 1511/head
authorArthurHoaro <arthur@hoa.ro>
Fri, 21 Aug 2020 08:50:44 +0000 (10:50 +0200)
committerArthurHoaro <arthur@hoa.ro>
Fri, 21 Aug 2020 08:50:44 +0000 (10:50 +0200)
commit0c6fdbe12bbbb336348666b14b82096f24d5858b
tree8fad2829c55f94022e359fa8914e11f80a2afc2a
parentbedbb845eec20363b928b424143787dbe988eefe
Move error handling to dedicated controller instead of middleware
application/container/ContainerBuilder.php
application/front/ShaarliMiddleware.php
application/front/controller/visitor/ErrorController.php [new file with mode: 0644]
tests/front/ShaarliMiddlewareTest.php
tests/front/controller/visitor/ErrorControllerTest.php [new file with mode: 0644]