__construct() __construct(string $message, array $config = [], string $sql = '', int $code = 10500) : mixed DbException constructor. Parameters string $message array $config string $sql int $code Returns mixed —
setData() setData(string $label, array $data) : mixed 设置异常额外的Debug数据 数据将会显示为下面的格式 Exception Data Label 1 key1 value1 key2 value2 Label 2 key1 value1 key2 value2 Parameters string $label 数据分类,用于异常页面显示 array $data 需要显示的数据,必须为关联数组 Returns mixed —