#0 [0]HttpException in Controller.php Zeile 76 Controller existiert nicht: appcontrollerTest ->setAction($this->actionName); } public function exec() { $instance = $this->controller($ this->controller); } Catch (ClassNotFoundException $e) { throw new HttpException(404, 'controller not exist:' . $e->getClass()); ; return $this->app->middleware->pipeline('controller') ->send($this->request) -> then(function () use ($instance) { // Get der aktuelle Operationsname