^ think\exception\HttpException {#79
#message: "controller not exists:app\controller\sitemap\Xml"
#code: 0
#file: "/data/zhongxiangrong.zxrgyl.com/vendor/topthink/framework/src/think/route/dispatch/Controller.php"
#line: 76
-statusCode: 404
-headers: []
trace: {
/data/zhongxiangrong.zxrgyl.com/vendor/topthink/framework/src/think/route/dispatch/Controller.php:76 {
think\route\dispatch\Controller->exec() …
› } catch (ClassNotFoundException $e) {
› throw new HttpException(404, 'controller not exists:' . $e->getClass());
› }
}
/data/zhongxiangrong.zxrgyl.com/vendor/topthink/framework/src/think/route/Dispatch.php:53 {
think\route\Dispatch->run(): Response …
› try{
› $data = $this->exec();
› }catch(\Exception $e) {
}
/data/zhongxiangrong.zxrgyl.com/vendor/topthink/framework/src/think/Route.php:755 {
think\Route->think\{closure} …
› ->then(function () use ($dispatch) {
› return $dispatch->run();
› });
}
/data/zhongxiangrong.zxrgyl.com/vendor/topthink/framework/src/think/Pipeline.php:59 {
think\Pipeline->think\{closure} …
› try {
› return $destination($passable);
› } catch (Throwable | Exception $e) {
}
/data/zhongxiangrong.zxrgyl.com/vendor/topthink/framework/src/think/Pipeline.php:66 {
think\Pipeline->then(Closure $destination) …
›
› return $pipeline($this->passable);
› }
}
/data/zhongxiangrong.zxrgyl.com/vendor/topthink/framework/src/think/Route.php:754 {
think\Route->dispatch(Request $request, Closure|bool $withRoute = true) …
› ->send($request)
› ->then(function () use ($dispatch) {
› return $dispatch->run();
}
/data/zhongxiangrong.zxrgyl.com/vendor/topthink/framework/src/think/Http.php:208 {
think\Http->dispatchToRoute($request) …
›
› return $this->app->route->dispatch($request, $withRoute);
› }
}
/data/zhongxiangrong.zxrgyl.com/vendor/topthink/framework/src/think/Http.php:198 {
think\Http->think\{closure} …
› ->then(function ($request) {
› return $this->dispatchToRoute($request);
› });
}
/data/zhongxiangrong.zxrgyl.com/vendor/topthink/framework/src/think/Pipeline.php:59 {
think\Pipeline->think\{closure} …
› try {
› return $destination($passable);
› } catch (Throwable | Exception $e) {
}
/data/zhongxiangrong.zxrgyl.com/vendor/topthink/think-multi-app/src/MultiApp.php:45 {
think\app\MultiApp->handle($request, Closure $next) …
› if (!$this->parseMultiApp()) {
› return $next($request);
› }
}
think\app\MultiApp->handle() {}
/data/zhongxiangrong.zxrgyl.com/vendor/topthink/framework/src/think/Middleware.php:134 {
think\Middleware->think\{closure} …
› }
› $response = call_user_func($call, $request, $next, ...$params);
›
}
/data/zhongxiangrong.zxrgyl.com/vendor/topthink/framework/src/think/Pipeline.php:85 {
think\Pipeline->think\{closure} …
› try {
› return $pipe($passable, $stack);
› } catch (Throwable | Exception $e) {
}
/data/zhongxiangrong.zxrgyl.com/vendor/topthink/framework/src/think/middleware/AllowCrossDomain.php:61 {
think\middleware\AllowCrossDomain->handle(Request $request, Closure $next, array $header = []): Response …
›
› return $next($request)->header($header);
› }
}
think\middleware\AllowCrossDomain->handle() {}
/data/zhongxiangrong.zxrgyl.com/vendor/topthink/framework/src/think/Middleware.php:134 {
think\Middleware->think\{closure} …
› }
› $response = call_user_func($call, $request, $next, ...$params);
›
}
/data/zhongxiangrong.zxrgyl.com/vendor/topthink/framework/src/think/Pipeline.php:85 {
think\Pipeline->think\{closure} …
› try {
› return $pipe($passable, $stack);
› } catch (Throwable | Exception $e) {
}
/data/zhongxiangrong.zxrgyl.com/vendor/topthink/framework/src/think/middleware/SessionInit.php:58 {
think\middleware\SessionInit->handle(Request $request, Closure $next): Response …
› /** @var Response $response */
› $response = $next($request);
›
}
think\middleware\SessionInit->handle() {}
/data/zhongxiangrong.zxrgyl.com/vendor/topthink/framework/src/think/Middleware.php:134 {
think\Middleware->think\{closure} …
› }
› $response = call_user_func($call, $request, $next, ...$params);
›
}
/data/zhongxiangrong.zxrgyl.com/vendor/topthink/framework/src/think/Pipeline.php:85 {
think\Pipeline->think\{closure} …
› try {
› return $pipe($passable, $stack);
› } catch (Throwable | Exception $e) {
}
/data/zhongxiangrong.zxrgyl.com/vendor/topthink/think-trace/src/TraceDebug.php:71 {
think\trace\TraceDebug->handle($request, Closure $next) …
›
› $response = $next($request);
›
}
think\trace\TraceDebug->handle() {}
/data/zhongxiangrong.zxrgyl.com/vendor/topthink/framework/src/think/Middleware.php:134 {
think\Middleware->think\{closure} …
› }
› $response = call_user_func($call, $request, $next, ...$params);
›
}
/data/zhongxiangrong.zxrgyl.com/vendor/topthink/framework/src/think/Pipeline.php:85 {
think\Pipeline->think\{closure} …
› try {
› return $pipe($passable, $stack);
› } catch (Throwable | Exception $e) {
}
/data/zhongxiangrong.zxrgyl.com/vendor/topthink/framework/src/think/Pipeline.php:66 {
think\Pipeline->then(Closure $destination) …
›
› return $pipeline($this->passable);
› }
}
/data/zhongxiangrong.zxrgyl.com/vendor/topthink/framework/src/think/Http.php:197 {
think\Http->runWithRequest(Request $request) …
› ->send($request)
› ->then(function ($request) {
› return $this->dispatchToRoute($request);
}
/data/zhongxiangrong.zxrgyl.com/vendor/topthink/framework/src/think/Http.php:162 {
think\Http->run(Request $request = null): Response …
› try {
› $response = $this->runWithRequest($request);
› } catch (Throwable $e) {
}
/data/zhongxiangrong.zxrgyl.com/public/index.php:23 {
›
› $response = $http->run();
›
}
}
}