改进异常类

This commit is contained in:
thinkphp
2016-06-12 17:08:48 +08:00
parent af1bc0429d
commit b1c8665b99
5 changed files with 10 additions and 9 deletions

View File

@@ -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