Class yii\base\UserException

Inheritanceyii\base\UserException » yii\base\Exception » Exception
Subclassesyii\base\InvalidRouteException, yii\console\Exception, yii\console\UnknownCommandException
Available since version2.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.

Public Methods

Hide inherited methods

MethodDescriptionDefined By
getName() yii\base\Exception