setRoutePath() setRoutePath(string $path) : string 设置路由目录 Parameters string $path 路由定义目录 Returns string —
run() run(\think\Request|null $request = null) : \think\Response 执行应用程序 Parameters \think\Request|null $request Returns \think\Response —
runWithRequest() runWithRequest(\think\Request $request) : mixed 执行应用程序 Parameters \think\Request $request Returns mixed —
reportException() reportException(\Throwable $e) : void Report the exception to the exception handler. Parameters \Throwable $e
renderException() renderException(\think\Request $request, \Throwable $e) : \think\Response Render the exception to a response. Parameters \think\Request $request \Throwable $e Returns \think\Response —