^ Constructor\Exceptions\ConstructorException {#1089
  #message: "Controller `frontend\controllers\AdvertisementController` missing action `actionManagingDirector`"
  #code: 0
  #file: "/home/buildcv/public_html/constructor/Controller.php"
  #line: 104
  trace: {
    /home/buildcv/public_html/constructor/Controller.php:104 {
      Constructor\Controller->callAction(ActionDefinition $definition): Response …
      ›     $error = 'Controller `' . get_called_class() . '` missing action `' . $action . '`';    throw new ConstructorException($error);}
    }
    /home/buildcv/public_html/constructor/WebAction.php:37 {
      Constructor\WebAction->process(ActionDefinition $definition): Response …
      › 
      ›     return $controller->callAction($definition);}
      arguments: {
        $definition: Constructor\structures\ActionDefinition {#98 …}
      }
    }
    /home/buildcv/public_html/constructor/WebApp.php:57 {
      Constructor\WebApp->run() …
      ›     $this->actionDefinition = $router->route($this->request);    $response = $webAction->process($this->actionDefinition);} catch (Exception $exception) {
      arguments: {
        $definition: Constructor\structures\ActionDefinition {#98 …}
      }
    }
    /home/buildcv/public_html/frontend/public/index.php:18 {
      › 
      › $app->run();}
  }
}