Twig_Error_Runtime
An exception has been thrown during the rendering of a template ("Argument 3 passed to Gantry\Component\Config\CompiledConfig::__construct() must be callable, string given, called in F:\...\...\libraries\gantry5\classes\Gantry\Framework\Services\ConfigServiceProvider.php on line 84 and defined") in "@nucleus/layout/section.html.twig" at line 7.
Open: F:\...\...\libraries\gantry5\vendor\twig\twig\lib\Twig\Template.php
if (false === $e->getTemplateLine()) {
$e->setTemplateLine(-1);
$e->guess();
}
throw $e;
} catch (Exception $e) {
throw new Twig_Error_Runtime(sprintf('An exception has been thrown during the rendering of a template ("%s").', $e->getMessage()), -1, $this->getTemplateName(), $e);
}
}
Time to create page: 0.200 seconds