Class CDbException
CDbException represents an exception that is caused by some DB-related operations.
- Exception
- CException
- CDbException
Package: system\db
Copyright: 2008-2013 Yii Software LLC
License: http://www.yiiframework.com/license/
Author: Qiang Xue <qiang.xue@gmail.com>
Since: 1.0
Located at x2engine/framework/db/CDbException.php
Copyright: 2008-2013 Yii Software LLC
License: http://www.yiiframework.com/license/
Author: Qiang Xue <qiang.xue@gmail.com>
Since: 1.0
Located at x2engine/framework/db/CDbException.php
public
|
__toString(),
__wakeup(),
getCode(),
getFile(),
getLine(),
getMessage(),
getPrevious(),
getTrace(),
getTraceAsString()
|
public
mixed
|
$errorInfo |
|
#
the error info provided by a PDO exception. This is the same as returned by PDO::errorInfo. |
$code,
$file,
$line,
$message
|