\think\initializerError

错误和异常处理

Summary

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

Properties

$app

$app : \think\App

Type

App

Methods

init()

init(\think\App  $app) : void

注册异常处理

Parameters

\think\App $app

appException()

appException(\Throwable  $e) : void

Exception Handler

Parameters

\Throwable $e

appError()

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

Error Handler

Parameters

int $errno

错误编号

string $errstr

详细错误信息

string $errfile

出错的文件

int $errline

出错行号

Throws

\think\exception\ErrorException

appShutdown()

appShutdown() : void

Shutdown Handler

isFatal()

isFatal(int  $type) : bool

确定错误类型是否致命

Parameters

int $type

Returns

bool —

getExceptionHandler()

getExceptionHandler() : \think\exception\Handle

Get an instance of the exception handler.

Returns

\think\exception\Handle —