* @link http://www.yiiframework.com/ * @copyright Copyright © 2008-2009 Yii Software LLC * @license http://www.yiiframework.com/license/ */ /** * CDbException represents an exception that is caused by some DB-related operations. * * @author Qiang Xue * @version $Id: CDbException.php 433 2008-12-30 22:59:17Z qiang.xue $ * @package system.db * @since 1.0 */ class CDbException extends CException { }