* @license http://www.yiiframework.com/license/ */namespaceyii\base;/** * 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. * * @author Qiang Xue <qiang.xue@gmail.com> * @since 2.0 */classUserExceptionextendsException{}