Update error.php

This commit is contained in:
Thiago Talma
2014-04-16 19:59:25 -03:00
parent 57692cd448
commit 8546b41bb8

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* @var \Exception|\yii\base\Exception $exception * @var \yii\web\HttpException|\Exception $exception
* @var \yii\web\ErrorHandler $handler * @var \yii\web\ErrorHandler $handler
*/ */
if ($exception instanceof \yii\web\HttpException) { if ($exception instanceof \yii\web\HttpException) {