controller not exists:app\wen100\controller\IndexController
/data/www/typing/vendor/topthink/framework/src/think/route/dispatch/Controller.php
76
0
$instance = $this->controller($this->controller);
} catch (ClassNotFoundException $e) {
throw new HttpException(404, 'controller not exists:' . $e->getClass());
}
#0 /data/www/typing/vendor/topthink/framework/src/think/route/Dispatch.php(80): think\route\dispatch\Controller->exec()
#1 /data/www/typing/vendor/topthink/framework/src/think/Route.php(793): think\route\Dispatch->run()
#2 /data/www/typing/vendor/topthink/framework/src/think/Pipeline.php(59): think\Route->think\{closure}()
#3 /data/www/typing/vendor/topthink/framework/src/think/Pipeline.php(66): think\Pipeline->think\{closure}()
#4 /data/www/typing/vendor/topthink/framework/src/think/Route.php(794): think\Pipeline->then()
#5 /data/www/typing/vendor/topthink/framework/src/think/Http.php(216): think\Route->dispatch()
#6 /data/www/typing/vendor/topthink/framework/src/think/Http.php(206): think\Http->dispatchToRoute()
#7 /data/www/typing/vendor/topthink/framework/src/think/Pipeline.php(59): think\Http->think\{closure}()
#8 /data/www/typing/vendor/topthink/think-multi-app/src/MultiApp.php(51): think\Pipeline->think\{closure}()
#9 /data/www/typing/vendor/topthink/framework/src/think/Pipeline.php(59): think\app\MultiApp->think\app\{closure}()
#10 /data/www/typing/vendor/topthink/framework/src/think/Pipeline.php(66): think\Pipeline->think\{closure}()
#11 /data/www/typing/vendor/topthink/think-multi-app/src/MultiApp.php(52): think\Pipeline->then()
#12 [internal function]: think\app\MultiApp->handle()
#13 /data/www/typing/vendor/topthink/framework/src/think/Middleware.php(142): call_user_func()
#14 /data/www/typing/vendor/topthink/framework/src/think/Pipeline.php(85): think\Middleware->think\{closure}()
#15 /data/www/typing/vendor/topthink/framework/src/think/Pipeline.php(66): think\Pipeline->think\{closure}()
#16 /data/www/typing/vendor/topthink/framework/src/think/Http.php(207): think\Pipeline->then()
#17 /data/www/typing/vendor/topthink/framework/src/think/Http.php(170): think\Http->runWithRequest()
#18 /data/www/typing/public/index.php(9): think\Http->run()
#19 {main}