\think\db\exceptionDataNotFoundException

Database相关异常处理类

Summary

Methods
Properties
Constants
__construct()
getData()
getTable()
No public properties found
No constants found
setData()
$data
$table
N/A
No private methods found
No private properties found
N/A

Properties

$data

$data : array

Type

array — 保存异常页面显示的额外 Debug 数据

$table

$table : 

Type

Methods

__construct()

__construct(string  $message, string  $table = '', array  $config = array()) 

DbException constructor.

Parameters

string $message
string $table
array $config

getData()

getData() : array

获取异常额外 Debug 数据 主要用于输出到异常页面便于调试

Returns

array

getTable()

getTable() : string

获取数据表名

Returns

string

setData()

setData(string  $label, array  $data) : void

设置异常额外的 Debug 数据 数据将会显示为下面的格式

Exception Data

Label 1 key1 value1 key2 value2 Label 2 key1 value1 key2 value2

Parameters

string $label

数据分类,用于异常页面显示

array $data

需要显示的数据,必须为关联数组