__construct() __construct(int $severity, string $message, string $file, int $line) : mixed 错误异常构造函数 Parameters int $severity 错误级别 string $message 错误详细信息 string $file 出错文件路径 int $line 出错行号 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 —