Current path: home/webdevt/www/schtroumpf.fr/var/cache/prod/twig/01/
?? Go up: /home/webdevt/www/schtroumpf.fr/var/cache/prod/twig
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* @Twig/Exception/error.html.twig */
class __TwigTemplate_d2ceaac0bcd7f347dc2799610e2568d509dc4391496bb881d79a83bb87362b1c extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 25
echo "
";
// line 26
$this->loadTemplate("@PrestaShop/Admin/Exception/error.html.twig", "@Twig/Exception/error.html.twig", 26)->display($context);
}
public function getTemplateName()
{
return "@Twig/Exception/error.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 40 => 26, 37 => 25,);
}
public function getSourceContext()
{
return new Source("", "@Twig/Exception/error.html.twig", "/home/webdevt/www/schtroumpf.fr/templates/bundles/TwigBundle/Exception/error.html.twig");
}
}