Commit 8546b41b by Thiago Talma

Update error.php

parent 57692cd4
<?php
/**
* @var \Exception|\yii\base\Exception $exception
* @var \yii\web\HttpException|\Exception $exception
* @var \yii\web\ErrorHandler $handler
*/
if ($exception instanceof \yii\web\HttpException) {
......
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