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
getExceptionHandler() getExceptionHandler() : \think\exception\Handle Get an instance of the exception handler. Returns \think\exception\Handle —