cleaned up "use" statements.

This commit is contained in:
Qiang Xue
2013-06-14 22:42:55 -04:00
parent 1181c1cc1b
commit 03e07f4340
15 changed files with 3 additions and 25 deletions

View File

@ -8,7 +8,6 @@
namespace yii\web;
use yii\base\UserException;
use yii\web\Response;
/**
* HttpException represents an exception caused by an improper request of the end-user.