Constructor\Exceptions\ConstructorException {#1231
  #message: "View not found: /var/www/clients/client1/web78/web/frontend/templates/user/login.php"
  #code: 0
  #file: "/var/www/clients/client1/web78/web/constructor/Controller.php"
  #line: 174
  trace: {
    /var/www/clients/client1/web78/web/constructor/Controller.php:174 {
      Constructor\Controller->renderView(string $view, $data) …
      › } else {    throw new ConstructorException("View not found: " . $viewPath);}
    }
    /var/www/clients/client1/web78/web/constructor/Controller.php:148 {
      Constructor\Controller->render($view, array $data = [], ?int $statusCode = null) …
      › {    $content = $this->renderView($view, $data);    $html = $this->template->render($content);
    }
    /var/www/clients/client1/web78/web/frontend/controllers/UserController.php:161 {
      frontend\controllers\UserController->actionLogin() …
      › {    return $this->render('login', []);}
    }
    frontend\controllers\UserController->actionLogin() {}
    /var/www/clients/client1/web78/web/vendor/php-di/invoker/src/Invoker.php:74 {
      Invoker\Invoker->call($callable, array $parameters = []) …
      › 
      ›     return call_user_func_array($callable, $args);}
    }
    /var/www/clients/client1/web78/web/vendor/php-di/php-di/src/Container.php:279 {
      DI\Container->call($callable, array $parameters = []) …
      › {    return $this->getInvoker()->call($callable, $parameters);}
    }
    /var/www/clients/client1/web78/web/constructor/Controller.php:107 {
      Constructor\Controller->callAction(ActionDefinition $definition): Response …
      › if ($beforeActionResponse === true) {    $response = WebApp::$app->getContainer()->call([$this, $action], $actionParams);    $this->afterAction();
    }
    /var/www/clients/client1/web78/web/constructor/WebAction.php:37 {
      Constructor\WebAction->process(ActionDefinition $definition): Response …
      › 
      ›     return $controller->callAction($definition);}
    }
    /var/www/clients/client1/web78/web/constructor/WebApp.php:57 {
      Constructor\WebApp->run() …
      ›     $this->actionDefinition = $router->route($this->request);    $response = $webAction->process($this->actionDefinition);} catch (Exception $exception) {
    }
    /var/www/clients/client1/web78/web/frontend/public/index.php:19 {
      › 
      › $app->run();}
  }
}