^ think\exception\HttpException {#71
-statusCode: 404
-headers: []
#message: "controller not exists:app\controller\sitemap\Xml"
#code: 0
#file: "/www/wwwroot/hema/vendor/topthink/framework/src/think/route/dispatch/Controller.php"
#line: 76
trace: {
/www/wwwroot/hema/vendor/topthink/framework/src/think/route/dispatch/Controller.php:76 {
think\route\dispatch\Controller->exec() …
› } catch (ClassNotFoundException $e) {\r
› throw new HttpException(404, 'controller not exists:' . $e->getClass());\r
› }\r
}
/www/wwwroot/hema/vendor/topthink/framework/src/think/route/Dispatch.php:90 {
think\route\Dispatch->run(): Response …
› \r
› $data = $this->exec();\r
› return $this->autoResponse($data);\r
}
/www/wwwroot/hema/vendor/topthink/framework/src/think/Route.php:785 {
think\Route->think\{closure} …
› ->then(function () use ($dispatch) {\r
› return $dispatch->run();\r
› });\r
}
/www/wwwroot/hema/vendor/topthink/framework/src/think/Pipeline.php:59 {
think\Pipeline->think\{closure} …
› try {\r
› return $destination($passable);\r
› } catch (Throwable | Exception $e) {\r
}
/www/wwwroot/hema/vendor/topthink/framework/src/think/Pipeline.php:66 {
think\Pipeline->then(Closure $destination) …
› \r
› return $pipeline($this->passable);\r
› }\r
}
/www/wwwroot/hema/vendor/topthink/framework/src/think/Route.php:786 {
think\Route->dispatch(Request $request, $withRoute = true) …
› return $dispatch->run();\r
› });\r
› }\r
}
/www/wwwroot/hema/vendor/topthink/framework/src/think/Http.php:216 {
think\Http->dispatchToRoute($request) …
› \r
› return $this->app->route->dispatch($request, $withRoute);\r
› }\r
}
/www/wwwroot/hema/vendor/topthink/framework/src/think/Http.php:206 {
think\Http->think\{closure} …
› ->then(function ($request) {\r
› return $this->dispatchToRoute($request);\r
› });\r
}
/www/wwwroot/hema/vendor/topthink/framework/src/think/Pipeline.php:59 {
think\Pipeline->think\{closure} …
› try {\r
› return $destination($passable);\r
› } catch (Throwable | Exception $e) {\r
}
/www/wwwroot/hema/vendor/topthink/think-multi-app/src/MultiApp.php:65 {
think\app\MultiApp->handle($request, Closure $next) …
› if (!$this->parseMultiApp()) {\r
› return $next($request);\r
› }\r
}
think\app\MultiApp->handle() {}
/www/wwwroot/hema/vendor/topthink/framework/src/think/Middleware.php:142 {
think\Middleware->think\{closure} …
› }\r
› $response = call_user_func($call, $request, $next, ...$params);\r
› \r
}
/www/wwwroot/hema/vendor/topthink/framework/src/think/Pipeline.php:85 {
think\Pipeline->think\{closure} …
› try {\r
› return $pipe($passable, $stack);\r
› } catch (Throwable | Exception $e) {\r
}
/www/wwwroot/hema/vendor/topthink/framework/src/think/middleware/AllowCrossDomain.php:61 {
think\middleware\AllowCrossDomain->handle($request, Closure $next, array $header = []) …
› \r
› return $next($request)->header($header);\r
› }\r
}
think\middleware\AllowCrossDomain->handle() {}
/www/wwwroot/hema/vendor/topthink/framework/src/think/Middleware.php:142 {
think\Middleware->think\{closure} …
› }\r
› $response = call_user_func($call, $request, $next, ...$params);\r
› \r
}
/www/wwwroot/hema/vendor/topthink/framework/src/think/Pipeline.php:85 {
think\Pipeline->think\{closure} …
› try {\r
› return $pipe($passable, $stack);\r
› } catch (Throwable | Exception $e) {\r
}
/www/wwwroot/hema/vendor/topthink/framework/src/think/middleware/SessionInit.php:67 {
think\middleware\SessionInit->handle($request, Closure $next) …
› /** @var Response $response */\r
› $response = $next($request);\r
› \r
}
think\middleware\SessionInit->handle() {}
/www/wwwroot/hema/vendor/topthink/framework/src/think/Middleware.php:142 {
think\Middleware->think\{closure} …
› }\r
› $response = call_user_func($call, $request, $next, ...$params);\r
› \r
}
/www/wwwroot/hema/vendor/topthink/framework/src/think/Pipeline.php:85 {
think\Pipeline->think\{closure} …
› try {\r
› return $pipe($passable, $stack);\r
› } catch (Throwable | Exception $e) {\r
}
/www/wwwroot/hema/vendor/topthink/think-trace/src/TraceDebug.php:71 {
think\trace\TraceDebug->handle($request, Closure $next) …
› \r
› $response = $next($request);\r
› \r
}
think\trace\TraceDebug->handle() {}
/www/wwwroot/hema/vendor/topthink/framework/src/think/Middleware.php:142 {
think\Middleware->think\{closure} …
› }\r
› $response = call_user_func($call, $request, $next, ...$params);\r
› \r
}
/www/wwwroot/hema/vendor/topthink/framework/src/think/Pipeline.php:85 {
think\Pipeline->think\{closure} …
› try {\r
› return $pipe($passable, $stack);\r
› } catch (Throwable | Exception $e) {\r
}
/www/wwwroot/hema/vendor/topthink/framework/src/think/Pipeline.php:66 {
think\Pipeline->then(Closure $destination) …
› \r
› return $pipeline($this->passable);\r
› }\r
}
/www/wwwroot/hema/vendor/topthink/framework/src/think/Http.php:207 {
think\Http->runWithRequest(Request $request) …
› return $this->dispatchToRoute($request);\r
› });\r
› }\r
}
/www/wwwroot/hema/vendor/topthink/framework/src/think/Http.php:170 {
think\Http->run(Request $request = null): Response …
› try {\r
› $response = $this->runWithRequest($request);\r
› } catch (Throwable $e) {\r
}
/www/wwwroot/hema/public/index.php:35 {
›
› $response = $http->run();
›
}
}
}