yii CDbException 处理

来源:互联网 发布:淘宝店咋开 编辑:程序博客网 时间:2024/04/28 15:46

在 controller类中加入 :


try {

.....


} catch(CDbException $e) {
                $model->addError('price_device_mac',"Failed to execute the SQL statement,do not insert duplicated mac address please!"); 

}