Свойство | Тип | Описание | |
---|---|---|---|
$ignoreReport |
Метод | Описание | |
---|---|---|
render ( Exception $e ) : |
Render an exception into an HTTP response. | |
renderForConsole ( |
||
report ( Exception $exception ) : void | Report or log an exception. |
Метод | Описание | |
---|---|---|
convertExceptionToResponse ( Exception $exception ) : |
||
getCode ( Exception $exception ) : integer | 获取错误编码 ErrorException则使用错误级别作为错误编码 | |
getExtendData ( Exception $exception ) : array | 获取异常扩展信息 用于非调试模式html返回类型显示 | |
getMessage ( Exception $exception ) : string | 获取错误信息 ErrorException则使用错误级别作为错误编码 | |
getSourceCode ( Exception $exception ) : array | 获取出错文件内容 获取错误的前9行和后9行 | |
isIgnoreReport ( Exception $exception ) | ||
renderHttpException ( |
Метод | Описание | |
---|---|---|
getConst ( ) : array | 获取常量列表 |
protected convertExceptionToResponse ( Exception $exception ) : |
||
$exception | Exception | |
Результат |
protected getExtendData ( Exception $exception ) : array | ||
$exception | Exception | |
Результат | array | 异常类定义的扩展数据 |
protected getMessage ( Exception $exception ) : string | ||
$exception | Exception | |
Результат | string | 错误信息 |
protected getSourceCode ( Exception $exception ) : array | ||
$exception | Exception | |
Результат | array | 错误文件内容 |
protected isIgnoreReport ( Exception $exception ) | ||
$exception | Exception |
public render ( Exception $e ) : |
||
$e | Exception | |
Результат |
public renderForConsole ( |
||
$output | ||
$e | Exception |
protected renderHttpException ( |
||
$e | ||
Результат |