\thinkError

Summary

Methods
Properties
Constants
register()
appException()
appError()
appShutdown()
getExceptionHandler()
No public properties found
No constants found
isFatal()
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

register()

register() : void

注册异常处理

appException()

appException(\Exception|\Throwable  $e) : void

异常处理

Parameters

\Exception|\Throwable $e

异常

appError()

appError(integer  $errno, integer  $errstr, string  $errfile = '', integer  $errline) : void

错误处理

Parameters

integer $errno

错误编号

integer $errstr

详细错误信息

string $errfile

出错的文件

integer $errline

出错行号

Throws

\think\exception\ErrorException

appShutdown()

appShutdown() : void

异常中止处理

getExceptionHandler()

getExceptionHandler() : \think\exception\Handle

获取异常处理的实例

Returns

\think\exception\Handle

isFatal()

isFatal(integer  $type) : boolean

确定错误类型是否致命

Parameters

integer $type

错误类型

Returns

boolean