mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-08 17:07:33 +08:00
Update error.php
This commit is contained in:
@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user