|
|
@@ -352,7 +352,7 @@ class ExceptionRenderer
|
|
|
$builder->helpers($helpers, false)
|
|
|
->layoutPath('')
|
|
|
->templatePath('Error');
|
|
|
- $view = $this->controller->createView();
|
|
|
+ $view = $this->controller->createView('View');
|
|
|
|
|
|
$this->controller->response->body($view->render($template, 'error'));
|
|
|
$this->controller->response->type('html');
|