#0 [0]HttpException?in?Controller.php line 76控制器不存在:app\controller\Test ? ? ? ? ? ?->setAction($this->actionName); ? ?} ? ?public function exec() ? ?{ ? ? ? ?try { ? ? ? ? ? ?// 實(shí)例化控制器 ? ? ? ? ? ?$instance = $this->controller($this->controller); ? ? ? ?} catch (ClassNotFoundException $e) { ? ? ? ? ? ?throw new HttpException(404, 'controller not exists:' . $e->getClass()); ? ? ? ?} ? ? ? ?// 注冊(cè)控制器中間件 ? ? ? ?$this->registerControllerMiddleware($instance); ? ? ? ?return $this->app->middleware->pipeline('controller') ? ? ? ? ? ?->send($this->request) ? ? ? ? ? ?->then(function () use ($instance) { ? ? ? ? ? ? ? ?// 獲取當(dāng)前操作名