Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit 6323dbf

Browse files
committed
Use namespaced templates for error handling
- `error::` vs `error/`
1 parent 492fb0f commit 6323dbf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/TemplatedErrorHandler.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ class TemplatedErrorHandler
7474
*/
7575
public function __construct(
7676
Template\TemplateInterface $template = null,
77-
$template404 = 'error/404',
78-
$templateError = 'error/error',
77+
$template404 = 'error::404',
78+
$templateError = 'error::error',
7979
Response $originalResponse = null
8080
) {
8181
$this->template = $template;

0 commit comments

Comments
 (0)