#0 Controller.php 라인 76의 HttpException 컨트롤러가 존재하지 않습니다: appcontrollerTest ->setAction($this->actionName); } public function exec() { $instance = $this->controller($ this->controller); } catch (ClassNotFoundException $e) { throw new HttpException(404, 'controller not presents:' . $e->getClass()) 컨트롤러 미들웨어 $this->registerControllerMiddleware($instance) ; return $this->app->middleware->pipeline('controller') ->send($this->request) -> then(function () use ($instance) { // 가져오기 현재 작업 이름