mirror of
https://github.com/LBRYFoundation/pool.git
synced 2025-09-21 02:19:47 +00:00
21 lines
No EOL
522 B
PHP
21 lines
No EOL
522 B
PHP
<?php
|
|
/**
|
|
* CDbException class file.
|
|
*
|
|
* @author Qiang Xue <qiang.xue@gmail.com>
|
|
* @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 <qiang.xue@gmail.com>
|
|
* @version $Id: CDbException.php 433 2008-12-30 22:59:17Z qiang.xue $
|
|
* @package system.db
|
|
* @since 1.0
|
|
*/
|
|
class CDbException extends CException
|
|
{
|
|
} |