\Exception
└─Exception
└─DbException
public class DbException
extends Exception
Constructor Summary | |
---|---|
void | __construct(string message, array config, string sql, int code) DbException constructor. |
Methods inherited from think\Exception | |
---|---|
getData, setData |
public void __construct(string message, array config, string sql, int code)
DbException constructor.
Database相关异常处理类