mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-06 15:02:47 +08:00
改进异常类
This commit is contained in:
@@ -11,16 +11,16 @@
|
||||
|
||||
namespace think\db\exception;
|
||||
|
||||
use think\db\Exception;
|
||||
use think\exception\DbException;
|
||||
|
||||
/**
|
||||
* PDO参数绑定异常
|
||||
*/
|
||||
class BindParamException extends Exception
|
||||
class BindParamException extends DbException
|
||||
{
|
||||
|
||||
/**
|
||||
* DbBindParamException constructor.
|
||||
* BindParamException constructor.
|
||||
* @param string $message
|
||||
* @param array $config
|
||||
* @param string $sql
|
||||
|
||||
Reference in New Issue
Block a user