var/cache/dev/twig/24/2409a738378eb56a3dec5b0b52d6601f41efb36d0a387be52f8bb730cc2793a4.php line 53

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\CoreExtension;
  6. use Twig\Extension\SandboxExtension;
  7. use Twig\Markup;
  8. use Twig\Sandbox\SecurityError;
  9. use Twig\Sandbox\SecurityNotAllowedTagError;
  10. use Twig\Sandbox\SecurityNotAllowedFilterError;
  11. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  12. use Twig\Source;
  13. use Twig\Template;
  14. /* @Twig/Exception/exception_full.html.twig */
  15. class __TwigTemplate_ff34a24e3a2e126f3bd49494a4020efb614f46a6066976d965ddacd1b04ed30d extends Template
  16. {
  17.     private $source;
  18.     private $macros = [];
  19.     public function __construct(Environment $env)
  20.     {
  21.         parent::__construct($env);
  22.         $this->source $this->getSourceContext();
  23.         $this->blocks = [
  24.             'head' => [$this'block_head'],
  25.             'title' => [$this'block_title'],
  26.             'before_html' => [$this'block_before_html'],
  27.             'after_html' => [$this'block_after_html'],
  28.             'body' => [$this'block_body'],
  29.         ];
  30.     }
  31.     protected function doGetParent(array $context)
  32.     {
  33.         // line 1
  34.         return "@Twig/layout.html.twig";
  35.     }
  36.     protected function doDisplay(array $context, array $blocks = [])
  37.     {
  38.         $macros $this->macros;
  39.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  40.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@Twig/Exception/exception_full.html.twig"));
  41.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  42.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@Twig/Exception/exception_full.html.twig"));
  43.         $this->parent $this->loadTemplate("@Twig/layout.html.twig""@Twig/Exception/exception_full.html.twig"1);
  44.         yield from $this->parent->unwrap()->yield($contextarray_merge($this->blocks$blocks));
  45.         
  46.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  47.         
  48.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  49.     }
  50.     // line 3
  51.     public function block_head($context, array $blocks = [])
  52.     {
  53.         $macros $this->macros;
  54.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  55.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""head"));
  56.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  57.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""head"));
  58.         // line 4
  59.         yield "    <style>
  60.         .sf-reset .traces {
  61.             padding-bottom: 14px;
  62.         }
  63.         .sf-reset .traces li {
  64.             font-size: 12px;
  65.             color: #868686;
  66.             padding: 5px 4px;
  67.             list-style-type: decimal;
  68.             margin-left: 20px;
  69.         }
  70.         .sf-reset #logs .traces li.error {
  71.             font-style: normal;
  72.             color: #AA3333;
  73.             background: #f9ecec;
  74.         }
  75.         .sf-reset #logs .traces li.warning {
  76.             font-style: normal;
  77.             background: #ffcc00;
  78.         }
  79.         /* fix for Opera not liking empty <li> */
  80.         .sf-reset .traces li:after {
  81.             content: \"\\00A0\";
  82.         }
  83.         .sf-reset .trace {
  84.             border: 1px solid #D3D3D3;
  85.             padding: 10px;
  86.             overflow: auto;
  87.             margin: 10px 0 20px;
  88.         }
  89.         .sf-reset .block-exception {
  90.             -moz-border-radius: 16px;
  91.             -webkit-border-radius: 16px;
  92.             border-radius: 16px;
  93.             margin-bottom: 20px;
  94.             background-color: #f6f6f6;
  95.             border: 1px solid #dfdfdf;
  96.             padding: 30px 28px;
  97.             word-wrap: break-word;
  98.             overflow: hidden;
  99.         }
  100.         .sf-reset .block-exception div {
  101.             color: #313131;
  102.             font-size: 10px;
  103.         }
  104.         .sf-reset .block-exception-detected .illustration-exception,
  105.         .sf-reset .block-exception-detected .text-exception {
  106.             float: left;
  107.         }
  108.         .sf-reset .block-exception-detected .illustration-exception {
  109.             width: 152px;
  110.         }
  111.         .sf-reset .block-exception-detected .text-exception {
  112.             width: 670px;
  113.             padding: 30px 44px 24px 46px;
  114.             position: relative;
  115.         }
  116.         .sf-reset .text-exception .open-quote,
  117.         .sf-reset .text-exception .close-quote {
  118.             font-family: Arial, Helvetica, sans-serif;
  119.             position: absolute;
  120.             color: #C9C9C9;
  121.             font-size: 8em;
  122.         }
  123.         .sf-reset .open-quote {
  124.             top: 0;
  125.             left: 0;
  126.         }
  127.         .sf-reset .close-quote {
  128.             bottom: -0.5em;
  129.             right: 50px;
  130.         }
  131.         .sf-reset .block-exception p {
  132.             font-family: Arial, Helvetica, sans-serif;
  133.         }
  134.         .sf-reset .block-exception p a,
  135.         .sf-reset .block-exception p a:hover {
  136.             color: #565656;
  137.         }
  138.         .sf-reset .logs h2 {
  139.             float: left;
  140.             width: 654px;
  141.         }
  142.         .sf-reset .error-count, .sf-reset .support {
  143.             float: right;
  144.             width: 170px;
  145.             text-align: right;
  146.         }
  147.         .sf-reset .error-count span {
  148.              display: inline-block;
  149.              background-color: #aacd4e;
  150.              -moz-border-radius: 6px;
  151.              -webkit-border-radius: 6px;
  152.              border-radius: 6px;
  153.              padding: 4px;
  154.              color: white;
  155.              margin-right: 2px;
  156.              font-size: 11px;
  157.              font-weight: bold;
  158.         }
  159.         .sf-reset .support a {
  160.             display: inline-block;
  161.             -moz-border-radius: 6px;
  162.             -webkit-border-radius: 6px;
  163.             border-radius: 6px;
  164.             padding: 4px;
  165.             color: #000000;
  166.             margin-right: 2px;
  167.             font-size: 11px;
  168.             font-weight: bold;
  169.         }
  170.         .sf-reset .toggle {
  171.             vertical-align: middle;
  172.         }
  173.         .sf-reset .linked ul,
  174.         .sf-reset .linked li {
  175.             display: inline;
  176.         }
  177.         .sf-reset #output-content {
  178.             color: #000;
  179.             font-size: 12px;
  180.         }
  181.         .sf-reset #traces-text pre {
  182.             white-space: pre;
  183.             font-size: 12px;
  184.             font-family: monospace;
  185.         }
  186.     </style>
  187. ";
  188.         
  189.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  190.         
  191.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  192.         return; yield '';
  193.     }
  194.     // line 136
  195.     public function block_title($context, array $blocks = [])
  196.     {
  197.         $macros $this->macros;
  198.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  199.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  200.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  201.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  202.         // line 137
  203.         yield "    ";
  204.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["exception"]) || array_key_exists("exception"$context) ? $context["exception"] : (function () { throw new RuntimeError('Variable "exception" does not exist.'137$this->source); })()), "message", [], "any"falsefalsefalse137), "html"nulltrue);
  205.         yield " (";
  206.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["status_code"]) || array_key_exists("status_code"$context) ? $context["status_code"] : (function () { throw new RuntimeError('Variable "status_code" does not exist.'137$this->source); })()), "html"nulltrue);
  207.         yield " ";
  208.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["status_text"]) || array_key_exists("status_text"$context) ? $context["status_text"] : (function () { throw new RuntimeError('Variable "status_text" does not exist.'137$this->source); })()), "html"nulltrue);
  209.         yield ")
  210. ";
  211.         
  212.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  213.         
  214.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  215.         return; yield '';
  216.     }
  217.     // line 140
  218.     public function block_before_html($context, array $blocks = [])
  219.     {
  220.         $macros $this->macros;
  221.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  222.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""before_html"));
  223.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  224.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""before_html"));
  225.         // line 141
  226.         yield "<!-- ";
  227.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["exception"]) || array_key_exists("exception"$context) ? $context["exception"] : (function () { throw new RuntimeError('Variable "exception" does not exist.'141$this->source); })()), "message", [], "any"falsefalsefalse141), "html"nulltrue);
  228.         yield " (";
  229.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["status_code"]) || array_key_exists("status_code"$context) ? $context["status_code"] : (function () { throw new RuntimeError('Variable "status_code" does not exist.'141$this->source); })()), "html"nulltrue);
  230.         yield " ";
  231.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["status_text"]) || array_key_exists("status_text"$context) ? $context["status_text"] : (function () { throw new RuntimeError('Variable "status_text" does not exist.'141$this->source); })()), "html"nulltrue);
  232.         yield ") -->
  233. ";
  234.         
  235.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  236.         
  237.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  238.         return; yield '';
  239.     }
  240.     // line 144
  241.     public function block_after_html($context, array $blocks = [])
  242.     {
  243.         $macros $this->macros;
  244.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  245.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""after_html"));
  246.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  247.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""after_html"));
  248.         // line 145
  249.         yield "<!-- ";
  250.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["exception"]) || array_key_exists("exception"$context) ? $context["exception"] : (function () { throw new RuntimeError('Variable "exception" does not exist.'145$this->source); })()), "message", [], "any"falsefalsefalse145), "html"nulltrue);
  251.         yield " (";
  252.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["status_code"]) || array_key_exists("status_code"$context) ? $context["status_code"] : (function () { throw new RuntimeError('Variable "status_code" does not exist.'145$this->source); })()), "html"nulltrue);
  253.         yield " ";
  254.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["status_text"]) || array_key_exists("status_text"$context) ? $context["status_text"] : (function () { throw new RuntimeError('Variable "status_text" does not exist.'145$this->source); })()), "html"nulltrue);
  255.         yield ") -->
  256. ";
  257.         
  258.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  259.         
  260.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  261.         return; yield '';
  262.     }
  263.     // line 148
  264.     public function block_body($context, array $blocks = [])
  265.     {
  266.         $macros $this->macros;
  267.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  268.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  269.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  270.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  271.         // line 149
  272.         yield "    ";
  273.         yield from         $this->loadTemplate("@Twig/Exception/exception.html.twig""@Twig/Exception/exception_full.html.twig"149)->unwrap()->yield($context);
  274.         
  275.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  276.         
  277.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  278.         return; yield '';
  279.     }
  280.     /**
  281.      * @codeCoverageIgnore
  282.      */
  283.     public function getTemplateName()
  284.     {
  285.         return "@Twig/Exception/exception_full.html.twig";
  286.     }
  287.     /**
  288.      * @codeCoverageIgnore
  289.      */
  290.     public function isTraitable()
  291.     {
  292.         return false;
  293.     }
  294.     /**
  295.      * @codeCoverageIgnore
  296.      */
  297.     public function getDebugInfo()
  298.     {
  299.         return array (  308 => 149,  298 => 148,  280 => 145,  270 => 144,  252 => 141,  242 => 140,  224 => 137,  214 => 136,  73 => 4,  63 => 3,  40 => 1,);
  300.     }
  301.     public function getSourceContext()
  302.     {
  303.         return new Source("{% extends '@Twig/layout.html.twig' %}
  304. {% block head %}
  305.     <style>
  306.         .sf-reset .traces {
  307.             padding-bottom: 14px;
  308.         }
  309.         .sf-reset .traces li {
  310.             font-size: 12px;
  311.             color: #868686;
  312.             padding: 5px 4px;
  313.             list-style-type: decimal;
  314.             margin-left: 20px;
  315.         }
  316.         .sf-reset #logs .traces li.error {
  317.             font-style: normal;
  318.             color: #AA3333;
  319.             background: #f9ecec;
  320.         }
  321.         .sf-reset #logs .traces li.warning {
  322.             font-style: normal;
  323.             background: #ffcc00;
  324.         }
  325.         /* fix for Opera not liking empty <li> */
  326.         .sf-reset .traces li:after {
  327.             content: \"\\00A0\";
  328.         }
  329.         .sf-reset .trace {
  330.             border: 1px solid #D3D3D3;
  331.             padding: 10px;
  332.             overflow: auto;
  333.             margin: 10px 0 20px;
  334.         }
  335.         .sf-reset .block-exception {
  336.             -moz-border-radius: 16px;
  337.             -webkit-border-radius: 16px;
  338.             border-radius: 16px;
  339.             margin-bottom: 20px;
  340.             background-color: #f6f6f6;
  341.             border: 1px solid #dfdfdf;
  342.             padding: 30px 28px;
  343.             word-wrap: break-word;
  344.             overflow: hidden;
  345.         }
  346.         .sf-reset .block-exception div {
  347.             color: #313131;
  348.             font-size: 10px;
  349.         }
  350.         .sf-reset .block-exception-detected .illustration-exception,
  351.         .sf-reset .block-exception-detected .text-exception {
  352.             float: left;
  353.         }
  354.         .sf-reset .block-exception-detected .illustration-exception {
  355.             width: 152px;
  356.         }
  357.         .sf-reset .block-exception-detected .text-exception {
  358.             width: 670px;
  359.             padding: 30px 44px 24px 46px;
  360.             position: relative;
  361.         }
  362.         .sf-reset .text-exception .open-quote,
  363.         .sf-reset .text-exception .close-quote {
  364.             font-family: Arial, Helvetica, sans-serif;
  365.             position: absolute;
  366.             color: #C9C9C9;
  367.             font-size: 8em;
  368.         }
  369.         .sf-reset .open-quote {
  370.             top: 0;
  371.             left: 0;
  372.         }
  373.         .sf-reset .close-quote {
  374.             bottom: -0.5em;
  375.             right: 50px;
  376.         }
  377.         .sf-reset .block-exception p {
  378.             font-family: Arial, Helvetica, sans-serif;
  379.         }
  380.         .sf-reset .block-exception p a,
  381.         .sf-reset .block-exception p a:hover {
  382.             color: #565656;
  383.         }
  384.         .sf-reset .logs h2 {
  385.             float: left;
  386.             width: 654px;
  387.         }
  388.         .sf-reset .error-count, .sf-reset .support {
  389.             float: right;
  390.             width: 170px;
  391.             text-align: right;
  392.         }
  393.         .sf-reset .error-count span {
  394.              display: inline-block;
  395.              background-color: #aacd4e;
  396.              -moz-border-radius: 6px;
  397.              -webkit-border-radius: 6px;
  398.              border-radius: 6px;
  399.              padding: 4px;
  400.              color: white;
  401.              margin-right: 2px;
  402.              font-size: 11px;
  403.              font-weight: bold;
  404.         }
  405.         .sf-reset .support a {
  406.             display: inline-block;
  407.             -moz-border-radius: 6px;
  408.             -webkit-border-radius: 6px;
  409.             border-radius: 6px;
  410.             padding: 4px;
  411.             color: #000000;
  412.             margin-right: 2px;
  413.             font-size: 11px;
  414.             font-weight: bold;
  415.         }
  416.         .sf-reset .toggle {
  417.             vertical-align: middle;
  418.         }
  419.         .sf-reset .linked ul,
  420.         .sf-reset .linked li {
  421.             display: inline;
  422.         }
  423.         .sf-reset #output-content {
  424.             color: #000;
  425.             font-size: 12px;
  426.         }
  427.         .sf-reset #traces-text pre {
  428.             white-space: pre;
  429.             font-size: 12px;
  430.             font-family: monospace;
  431.         }
  432.     </style>
  433. {% endblock %}
  434. {% block title %}
  435.     {{ exception.message }} ({{ status_code }} {{ status_text }})
  436. {% endblock %}
  437. {% block before_html %}
  438. <!-- {{ exception.message }} ({{ status_code }} {{ status_text }}) -->
  439. {% endblock %}
  440. {% block after_html %}
  441. <!-- {{ exception.message }} ({{ status_code }} {{ status_text }}) -->
  442. {% endblock %}
  443. {% block body %}
  444.     {% include '@Twig/Exception/exception.html.twig' %}
  445. {% endblock %}
  446. ""@Twig/Exception/exception_full.html.twig""/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/twig-bundle/Resources/views/Exception/exception_full.html.twig");
  447.     }
  448. }