* @link http://www.yiiframework.com/ * @copyright Copyright © 2008-2012 Yii Software LLC * @license http://www.yiiframework.com/license/ */ namespace yii\base; /** * Exception represents a generic exception for all purposes. * * @author Qiang Xue * @since 2.0 */ class Exception extends \Exception { }