ThinkPHP5


think\db\exception\DataNotFoundException
library\think\db\exception\DataNotFoundException.php at line 16

Class DataNotFoundException

\Exception
└─Exception
└─DbException
└─DataNotFoundException

public class DataNotFoundException
extends DbException


Constructor Summary
void

__construct(string message, string table, array config)

DbException constructor.

Method Summary
string

getTable()

获取数据表名

Methods inherited from think\exception\DbException
__construct
Methods inherited from think\Exception
getData, setData

Constructor Detail

library\think\db\exception\DataNotFoundException.php at line 26

__construct

public void __construct(string message, string table, array config)

DbException constructor.


Method Detail

library\think\db\exception\DataNotFoundException.php at line 39

getTable

public string getTable()

获取数据表名


ThinkPHP5