Class yii\base\UserException
| Inheritance | yii\base\UserException » yii\base\Exception » Exception | 
|---|---|
| Subclasses | yii\base\InvalidRouteException, yii\console\Exception, yii\console\UnknownCommandException | 
| Available since version | 2.0 | 
| Source Code | https://github.com/yiisoft/yii2/blob/master/framework/base/UserException.php | 
UserException is the base class for exceptions that are meant to be shown to end users.
Such exceptions are often caused by mistakes of end users.