* @link http://www.yiiframework.com/ * @copyright Copyright © 2008-2011 Yii Software LLC * @license http://www.yiiframework.com/license/ */ /** * Exception represents a generic exception for all purposes. * * @author Qiang Xue * @version $Id: CException.php 2799 2011-01-01 19:31:13Z qiang.xue $ * @package system.base * @since 1.0 */ class Exception extends \Exception { }