\Exception
└─Exception
└─DbException
└─BindParamException
public class BindParamException
extends DbException
Constructor Summary | |
---|---|
void | __construct(string message, array config, string sql, array bind, int code) BindParamException constructor. |
Methods inherited from think\exception\DbException | |
---|---|
__construct |
Methods inherited from think\Exception | |
---|---|
getData, setData |
public void __construct(string message, array config, string sql, array bind, int code)
BindParamException constructor.
PDO参数绑定异常