Commit 57692cd4 by Thiago Talma

Update error.php

parent c1445871
<?php <?php
/** /**
* @var \yii\base\Exception $exception * @var \Exception|\yii\base\Exception $exception
* @var \yii\web\ErrorHandler $handler * @var \yii\web\ErrorHandler $handler
*/ */
if ($exception instanceof \yii\web\HttpException) { if ($exception instanceof \yii\web\HttpException) {
...@@ -93,4 +93,4 @@ if (method_exists($this, 'beginPage')) { ...@@ -93,4 +93,4 @@ if (method_exists($this, 'beginPage')) {
<?php <?php
if (method_exists($this, 'endPage')) { if (method_exists($this, 'endPage')) {
$this->endPage(); $this->endPage();
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment