var/cache/dev/twig/ed/ed1f8d6410dc4d3eef08c1b3e685ef79824713874fbd124525c18e3707347ea4.php line42

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\SandboxExtension;
  6. use Twig\Markup;
  7. use Twig\Sandbox\SecurityError;
  8. use Twig\Sandbox\SecurityNotAllowedTagError;
  9. use Twig\Sandbox\SecurityNotAllowedFilterError;
  10. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  11. use Twig\Source;
  12. use Twig\Template;
  13. /* @Twig/Exception/exception.html.twig */
  14. class __TwigTemplate_c4e008b019b7611fcb3f6c929391536558185f917bdc53d2abd1fbfd3ba6074f extends \Twig\Template
  15. {
  16.     private $source;
  17.     public function __construct(Environment $env)
  18.     {
  19.         parent::__construct($env);
  20.         $this->source $this->getSourceContext();
  21.         $this->parent false;
  22.         $this->blocks = [
  23.         ];
  24.     }
  25.     protected function doDisplay(array $context, array $blocks = [])
  26.     {
  27.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  28.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@Twig/Exception/exception.html.twig"));
  29.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  30.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@Twig/Exception/exception.html.twig"));
  31.         // line 1
  32.         echo "<div class=\"exception-summary";
  33.         echo ((twig_test_empty(twig_get_attribute($this->env$this->source, (isset($context["exception"]) || array_key_exists("exception"$context) ? $context["exception"] : (function () { throw new RuntimeError('Variable "exception" does not exist.'1$this->source); })()), "message", []))) ? ("exception-without-message") : (""));
  34.         echo "\">
  35.     <div class=\"exception-metadata\">
  36.         <div class=\"container\">
  37.             <h2 class=\"exception-hierarchy\">
  38. ";
  39.         // line 5
  40.         $context['_parent'] = $context;
  41.         $context['_seq'] = twig_ensure_traversable(twig_reverse_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["exception"]) || array_key_exists("exception"$context) ? $context["exception"] : (function () { throw new RuntimeError('Variable "exception" does not exist.'5$this->source); })()), "allPrevious", [])));
  42.         $context['loop'] = [
  43.           'parent' => $context['_parent'],
  44.           'index0' => 0,
  45.           'index'  => 1,
  46.           'first'  => true,
  47.         ];
  48.         if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
  49.             $length count($context['_seq']);
  50.             $context['loop']['revindex0'] = $length 1;
  51.             $context['loop']['revindex'] = $length;
  52.             $context['loop']['length'] = $length;
  53.             $context['loop']['last'] = === $length;
  54.         }
  55.         foreach ($context['_seq'] as $context["_key"] => $context["previousException"]) {
  56.             // line 6
  57.             echo $this->extensions['Symfony\Bridge\Twig\Extension\CodeExtension']->abbrClass(twig_get_attribute($this->env$this->source$context["previousException"], "class", []));
  58.             echo "
  59.                     <span class=\"icon\">";
  60.             // line 7
  61.             echo twig_include($this->env$context"@Twig/images/chevron-right.svg");
  62.             echo "</span>
  63. ";
  64.             ++$context['loop']['index0'];
  65.             ++$context['loop']['index'];
  66.             $context['loop']['first'] = false;
  67.             if (isset($context['loop']['length'])) {
  68.                 --$context['loop']['revindex0'];
  69.                 --$context['loop']['revindex'];
  70.                 $context['loop']['last'] = === $context['loop']['revindex0'];
  71.             }
  72.         }
  73.         $_parent $context['_parent'];
  74.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['previousException'], $context['_parent'], $context['loop']);
  75.         $context array_intersect_key($context$_parent) + $_parent;
  76.         // line 9
  77.         echo $this->extensions['Symfony\Bridge\Twig\Extension\CodeExtension']->abbrClass(twig_get_attribute($this->env$this->source, (isset($context["exception"]) || array_key_exists("exception"$context) ? $context["exception"] : (function () { throw new RuntimeError('Variable "exception" does not exist.'9$this->source); })()), "class", []));
  78.         echo "
  79.             </h2>
  80.             <h2 class=\"exception-http\">
  81.                 HTTP";
  82.         // line 12
  83.         echo twig_escape_filter($this->env, (isset($context["status_code"]) || array_key_exists("status_code"$context) ? $context["status_code"] : (function () { throw new RuntimeError('Variable "status_code" does not exist.'12$this->source); })()), "html"nulltrue);
  84.         echo " <small>";
  85.         echo twig_escape_filter($this->env, (isset($context["status_text"]) || array_key_exists("status_text"$context) ? $context["status_text"] : (function () { throw new RuntimeError('Variable "status_text" does not exist.'12$this->source); })()), "html"nulltrue);
  86.         echo "</small>
  87.             </h2>
  88.         </div>
  89.     </div>
  90.     <div class=\"exception-message-wrapper\">
  91.         <div class=\"container\">
  92.             <h1 class=\"break-long-words exception-message";
  93.         // line 19
  94.         echo (((twig_length_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["exception"]) || array_key_exists("exception"$context) ? $context["exception"] : (function () { throw new RuntimeError('Variable "exception" does not exist.'19$this->source); })()), "message", [])) > 180)) ? ("long") : (""));
  95.         echo "\">";
  96.         // line 20
  97.         echo $this->extensions['Symfony\Bridge\Twig\Extension\CodeExtension']->formatFileFromText(nl2br(twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["exception"]) || array_key_exists("exception"$context) ? $context["exception"] : (function () { throw new RuntimeError('Variable "exception" does not exist.'20$this->source); })()), "message", []), "html"nulltrue)));
  98.         // line 21
  99.         echo "</h1>
  100.             <div class=\"exception-illustration hidden-xs-down\">
  101. ";
  102.         // line 24
  103.         echo twig_include($this->env$context"@Twig/images/symfony-ghost.svg");
  104.         echo "
  105.             </div>
  106.         </div>
  107.     </div>
  108. </div>
  109. <div class=\"container\">
  110.     <div class=\"sf-tabs\">
  111.         <div class=\"tab\">
  112. ";
  113.         // line 33
  114.         $context["exception_as_array"] = twig_get_attribute($this->env$this->source, (isset($context["exception"]) || array_key_exists("exception"$context) ? $context["exception"] : (function () { throw new RuntimeError('Variable "exception" does not exist.'33$this->source); })()), "toarray", []);
  115.         // line 34
  116.         $context["_exceptions_with_user_code"] = [];
  117.         // line 35
  118.         $context['_parent'] = $context;
  119.         $context['_seq'] = twig_ensure_traversable((isset($context["exception_as_array"]) || array_key_exists("exception_as_array"$context) ? $context["exception_as_array"] : (function () { throw new RuntimeError('Variable "exception_as_array" does not exist.'35$this->source); })()));
  120.         foreach ($context['_seq'] as $context["i"] => $context["e"]) {
  121.             // line 36
  122.             $context['_parent'] = $context;
  123.             $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->source$context["e"], "trace", []));
  124.             $context['loop'] = [
  125.               'parent' => $context['_parent'],
  126.               'index0' => 0,
  127.               'index'  => 1,
  128.               'first'  => true,
  129.             ];
  130.             if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
  131.                 $length count($context['_seq']);
  132.                 $context['loop']['revindex0'] = $length 1;
  133.                 $context['loop']['revindex'] = $length;
  134.                 $context['loop']['length'] = $length;
  135.                 $context['loop']['last'] = === $length;
  136.             }
  137.             foreach ($context['_seq'] as $context["_key"] => $context["trace"]) {
  138.                 // line 37
  139.                 if (((( !twig_test_empty(twig_get_attribute($this->env$this->source$context["trace"], "file", [])) && !twig_in_filter("/vendor/"twig_get_attribute($this->env$this->source$context["trace"], "file", []))) && !twig_in_filter("/var/cache/"twig_get_attribute($this->env$this->source$context["trace"], "file", []))) &&  !twig_get_attribute($this->env$this->source$context["loop"], "last", []))) {
  140.                     // line 38
  141.                     $context["_exceptions_with_user_code"] = twig_array_merge((isset($context["_exceptions_with_user_code"]) || array_key_exists("_exceptions_with_user_code"$context) ? $context["_exceptions_with_user_code"] : (function () { throw new RuntimeError('Variable "_exceptions_with_user_code" does not exist.'38$this->source); })()), [=> $context["i"]]);
  142.                 }
  143.                 ++$context['loop']['index0'];
  144.                 ++$context['loop']['index'];
  145.                 $context['loop']['first'] = false;
  146.                 if (isset($context['loop']['length'])) {
  147.                     --$context['loop']['revindex0'];
  148.                     --$context['loop']['revindex'];
  149.                     $context['loop']['last'] = === $context['loop']['revindex0'];
  150.                 }
  151.             }
  152.             $_parent $context['_parent'];
  153.             unset($context['_seq'], $context['_iterated'], $context['_key'], $context['trace'], $context['_parent'], $context['loop']);
  154.             $context array_intersect_key($context$_parent) + $_parent;
  155.         }
  156.         $_parent $context['_parent'];
  157.         unset($context['_seq'], $context['_iterated'], $context['i'], $context['e'], $context['_parent'], $context['loop']);
  158.         $context array_intersect_key($context$_parent) + $_parent;
  159.         // line 42
  160.         echo "            <h3 class=\"tab-title\">
  161. ";
  162.         // line 43
  163.         if ((twig_length_filter($this->env, (isset($context["exception_as_array"]) || array_key_exists("exception_as_array"$context) ? $context["exception_as_array"] : (function () { throw new RuntimeError('Variable "exception_as_array" does not exist.'43$this->source); })())) > 1)) {
  164.             // line 44
  165.             echo "                    Exceptions <span class=\"badge\">";
  166.             echo twig_escape_filter($this->envtwig_length_filter($this->env, (isset($context["exception_as_array"]) || array_key_exists("exception_as_array"$context) ? $context["exception_as_array"] : (function () { throw new RuntimeError('Variable "exception_as_array" does not exist.'44$this->source); })())), "html"nulltrue);
  167.             echo "</span>
  168. ";
  169.         } else {
  170.             // line 46
  171.             echo "                    Exception
  172. ";
  173.         }
  174.         // line 48
  175.         echo "            </h3>
  176.             <div class=\"tab-content\">
  177. ";
  178.         // line 51
  179.         $context['_parent'] = $context;
  180.         $context['_seq'] = twig_ensure_traversable((isset($context["exception_as_array"]) || array_key_exists("exception_as_array"$context) ? $context["exception_as_array"] : (function () { throw new RuntimeError('Variable "exception_as_array" does not exist.'51$this->source); })()));
  181.         $context['loop'] = [
  182.           'parent' => $context['_parent'],
  183.           'index0' => 0,
  184.           'index'  => 1,
  185.           'first'  => true,
  186.         ];
  187.         if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
  188.             $length count($context['_seq']);
  189.             $context['loop']['revindex0'] = $length 1;
  190.             $context['loop']['revindex'] = $length;
  191.             $context['loop']['length'] = $length;
  192.             $context['loop']['last'] = === $length;
  193.         }
  194.         foreach ($context['_seq'] as $context["i"] => $context["e"]) {
  195.             // line 52
  196.             echo twig_include($this->env$context"@Twig/Exception/traces.html.twig", ["exception" => $context["e"], "index" => twig_get_attribute($this->env$this->source$context["loop"], "index", []), "expand" => (twig_in_filter($context["i"], (isset($context["_exceptions_with_user_code"]) || array_key_exists("_exceptions_with_user_code"$context) ? $context["_exceptions_with_user_code"] : (function () { throw new RuntimeError('Variable "_exceptions_with_user_code" does not exist.'52$this->source); })())) || (twig_test_empty((isset($context["_exceptions_with_user_code"]) || array_key_exists("_exceptions_with_user_code"$context) ? $context["_exceptions_with_user_code"] : (function () { throw new RuntimeError('Variable "_exceptions_with_user_code" does not exist.'52$this->source); })())) && twig_get_attribute($this->env$this->source$context["loop"], "first", [])))], false);
  197.             echo "
  198. ";
  199.             ++$context['loop']['index0'];
  200.             ++$context['loop']['index'];
  201.             $context['loop']['first'] = false;
  202.             if (isset($context['loop']['length'])) {
  203.                 --$context['loop']['revindex0'];
  204.                 --$context['loop']['revindex'];
  205.                 $context['loop']['last'] = === $context['loop']['revindex0'];
  206.             }
  207.         }
  208.         $_parent $context['_parent'];
  209.         unset($context['_seq'], $context['_iterated'], $context['i'], $context['e'], $context['_parent'], $context['loop']);
  210.         $context array_intersect_key($context$_parent) + $_parent;
  211.         // line 54
  212.         echo "            </div>
  213.         </div>
  214. ";
  215.         // line 57
  216.         if ((isset($context["logger"]) || array_key_exists("logger"$context) ? $context["logger"] : (function () { throw new RuntimeError('Variable "logger" does not exist.'57$this->source); })())) {
  217.             // line 58
  218.             echo "        <div class=\"tab";
  219.             echo ((twig_test_empty(twig_get_attribute($this->env$this->source, (isset($context["logger"]) || array_key_exists("logger"$context) ? $context["logger"] : (function () { throw new RuntimeError('Variable "logger" does not exist.'58$this->source); })()), "logs", []))) ? ("disabled") : (""));
  220.             echo "\">
  221.             <h3 class=\"tab-title\">
  222.                 Logs
  223. ";
  224.             // line 61
  225.             if ((((twig_get_attribute($this->env$this->source, ($context["logger"] ?? null), "counterrors", [], "any"truetrue) &&  !(null === twig_get_attribute($this->env$this->source, ($context["logger"] ?? null), "counterrors", [])))) ? (twig_get_attribute($this->env$this->source, ($context["logger"] ?? null), "counterrors", [])) : (false))) {
  226.                 echo "<span class=\"badge status-error\">";
  227.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["logger"]) || array_key_exists("logger"$context) ? $context["logger"] : (function () { throw new RuntimeError('Variable "logger" does not exist.'61$this->source); })()), "counterrors", []), "html"nulltrue);
  228.                 echo "</span>";
  229.             }
  230.             // line 62
  231.             echo "            </h3>
  232.             <div class=\"tab-content\">
  233. ";
  234.             // line 65
  235.             if (twig_get_attribute($this->env$this->source, (isset($context["logger"]) || array_key_exists("logger"$context) ? $context["logger"] : (function () { throw new RuntimeError('Variable "logger" does not exist.'65$this->source); })()), "logs", [])) {
  236.                 // line 66
  237.                 echo twig_include($this->env$context"@Twig/Exception/logs.html.twig", ["logs" => twig_get_attribute($this->env$this->source, (isset($context["logger"]) || array_key_exists("logger"$context) ? $context["logger"] : (function () { throw new RuntimeError('Variable "logger" does not exist.'66$this->source); })()), "logs", [])], false);
  238.                 echo "
  239. ";
  240.             } else {
  241.                 // line 68
  242.                 echo "                    <div class=\"empty\">
  243.                         <p>No log messages</p>
  244.                     </div>
  245. ";
  246.             }
  247.             // line 72
  248.             echo "            </div>
  249.         </div>
  250. ";
  251.         }
  252.         // line 75
  253.         echo "
  254.         <div class=\"tab\">
  255.             <h3 class=\"tab-title\">
  256. ";
  257.         // line 78
  258.         if ((twig_length_filter($this->env, (isset($context["exception_as_array"]) || array_key_exists("exception_as_array"$context) ? $context["exception_as_array"] : (function () { throw new RuntimeError('Variable "exception_as_array" does not exist.'78$this->source); })())) > 1)) {
  259.             // line 79
  260.             echo "                    Stack Traces <span class=\"badge\">";
  261.             echo twig_escape_filter($this->envtwig_length_filter($this->env, (isset($context["exception_as_array"]) || array_key_exists("exception_as_array"$context) ? $context["exception_as_array"] : (function () { throw new RuntimeError('Variable "exception_as_array" does not exist.'79$this->source); })())), "html"nulltrue);
  262.             echo "</span>
  263. ";
  264.         } else {
  265.             // line 81
  266.             echo "                    Stack Trace
  267. ";
  268.         }
  269.         // line 83
  270.         echo "            </h3>
  271.             <div class=\"tab-content\">
  272. ";
  273.         // line 86
  274.         $context['_parent'] = $context;
  275.         $context['_seq'] = twig_ensure_traversable((isset($context["exception_as_array"]) || array_key_exists("exception_as_array"$context) ? $context["exception_as_array"] : (function () { throw new RuntimeError('Variable "exception_as_array" does not exist.'86$this->source); })()));
  276.         $context['loop'] = [
  277.           'parent' => $context['_parent'],
  278.           'index0' => 0,
  279.           'index'  => 1,
  280.           'first'  => true,
  281.         ];
  282.         if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
  283.             $length count($context['_seq']);
  284.             $context['loop']['revindex0'] = $length 1;
  285.             $context['loop']['revindex'] = $length;
  286.             $context['loop']['length'] = $length;
  287.             $context['loop']['last'] = === $length;
  288.         }
  289.         foreach ($context['_seq'] as $context["_key"] => $context["e"]) {
  290.             // line 87
  291.             echo twig_include($this->env$context"@Twig/Exception/traces_text.html.twig", ["exception" => $context["e"], "index" => twig_get_attribute($this->env$this->source$context["loop"], "index", []), "num_exceptions" => twig_get_attribute($this->env$this->source$context["loop"], "length", [])], false);
  292.             echo "
  293. ";
  294.             ++$context['loop']['index0'];
  295.             ++$context['loop']['index'];
  296.             $context['loop']['first'] = false;
  297.             if (isset($context['loop']['length'])) {
  298.                 --$context['loop']['revindex0'];
  299.                 --$context['loop']['revindex'];
  300.                 $context['loop']['last'] = === $context['loop']['revindex0'];
  301.             }
  302.         }
  303.         $_parent $context['_parent'];
  304.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['e'], $context['_parent'], $context['loop']);
  305.         $context array_intersect_key($context$_parent) + $_parent;
  306.         // line 89
  307.         echo "            </div>
  308.         </div>
  309. ";
  310.         // line 92
  311.         if ( !twig_test_empty((isset($context["currentContent"]) || array_key_exists("currentContent"$context) ? $context["currentContent"] : (function () { throw new RuntimeError('Variable "currentContent" does not exist.'92$this->source); })()))) {
  312.             // line 93
  313.             echo "        <div class=\"tab\">
  314.             <h3 class=\"tab-title\">Output content</h3>
  315.             <div class=\"tab-content\">
  316. ";
  317.             // line 97
  318.             echo twig_escape_filter($this->env, (isset($context["currentContent"]) || array_key_exists("currentContent"$context) ? $context["currentContent"] : (function () { throw new RuntimeError('Variable "currentContent" does not exist.'97$this->source); })()), "html"nulltrue);
  319.             echo "
  320.             </div>
  321.         </div>
  322. ";
  323.         }
  324.         // line 101
  325.         echo "    </div>
  326. </div>
  327. ";
  328.         
  329.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  330.         
  331.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  332.     }
  333.     public function getTemplateName()
  334.     {
  335.         return "@Twig/Exception/exception.html.twig";
  336.     }
  337.     public function isTraitable()
  338.     {
  339.         return false;
  340.     }
  341.     public function getDebugInfo()
  342.     {
  343.         return array (  343 => 101,  336 => 97,  330 => 93,  328 => 92,  323 => 89,  307 => 87,  290 => 86,  285 => 83,  281 => 81,  275 => 79,  273 => 78,  268 => 75,  263 => 72,  257 => 68,  252 => 66,  250 => 65,  245 => 62,  239 => 61,  232 => 58,  230 => 57,  225 => 54,  209 => 52,  192 => 51,  187 => 48,  183 => 46,  177 => 44,  175 => 43,  172 => 42,  153 => 38,  151 => 37,  134 => 36,  130 => 35,  128 => 34,  126 => 33,  114 => 24,  109 => 21,  107 => 20,  104 => 19,  92 => 12,  86 => 9,  70 => 7,  66 => 6,  49 => 5,  41 => 1,);
  344.     }
  345.     public function getSourceContext()
  346.     {
  347.         return new Source("<div class=\"exception-summary {{ exception.message is empty ? 'exception-without-message' }}\">
  348.     <div class=\"exception-metadata\">
  349.         <div class=\"container\">
  350.             <h2 class=\"exception-hierarchy\">
  351.                 {% for previousException in exception.allPrevious|reverse %}
  352.                     {{ previousException.class|abbr_class }}
  353.                     <span class=\"icon\">{{ include('@Twig/images/chevron-right.svg') }}</span>
  354.                 {% endfor %}
  355.                 {{ exception.class|abbr_class }}
  356.             </h2>
  357.             <h2 class=\"exception-http\">
  358.                 HTTP {{ status_code }} <small>{{ status_text }}</small>
  359.             </h2>
  360.         </div>
  361.     </div>
  362.     <div class=\"exception-message-wrapper\">
  363.         <div class=\"container\">
  364.             <h1 class=\"break-long-words exception-message {{ exception.message|length > 180 ? 'long' }}\">
  365.                 {{- exception.message|nl2br|format_file_from_text -}}
  366.             </h1>
  367.             <div class=\"exception-illustration hidden-xs-down\">
  368.                 {{ include('@Twig/images/symfony-ghost.svg') }}
  369.             </div>
  370.         </div>
  371.     </div>
  372. </div>
  373. <div class=\"container\">
  374.     <div class=\"sf-tabs\">
  375.         <div class=\"tab\">
  376.             {% set exception_as_array = exception.toarray %}
  377.             {% set _exceptions_with_user_code = [] %}
  378.             {% for i, e in exception_as_array %}
  379.                 {% for trace in e.trace %}
  380.                     {% if (trace.file is not empty) and ('/vendor/' not in trace.file) and ('/var/cache/' not in trace.file) and not loop.last %}
  381.                         {% set _exceptions_with_user_code = _exceptions_with_user_code|merge([i]) %}
  382.                     {% endif %}
  383.                 {% endfor %}
  384.             {% endfor %}
  385.             <h3 class=\"tab-title\">
  386.                 {% if exception_as_array|length > 1 %}
  387.                     Exceptions <span class=\"badge\">{{ exception_as_array|length }}</span>
  388.                 {% else %}
  389.                     Exception
  390.                 {% endif %}
  391.             </h3>
  392.             <div class=\"tab-content\">
  393.                 {% for i, e in exception_as_array %}
  394.                     {{ include('@Twig/Exception/traces.html.twig', { exception: e, index: loop.index, expand: i in _exceptions_with_user_code or (_exceptions_with_user_code is empty and loop.first) }, with_context = false) }}
  395.                 {% endfor %}
  396.             </div>
  397.         </div>
  398.         {% if logger %}
  399.         <div class=\"tab {{ logger.logs is empty ? 'disabled' }}\">
  400.             <h3 class=\"tab-title\">
  401.                 Logs
  402.                 {% if logger.counterrors ?? false %}<span class=\"badge status-error\">{{ logger.counterrors }}</span>{% endif %}
  403.             </h3>
  404.             <div class=\"tab-content\">
  405.                 {% if logger.logs %}
  406.                     {{ include('@Twig/Exception/logs.html.twig', { logs: logger.logs }, with_context = false)  }}
  407.                 {% else %}
  408.                     <div class=\"empty\">
  409.                         <p>No log messages</p>
  410.                     </div>
  411.                 {% endif %}
  412.             </div>
  413.         </div>
  414.         {% endif %}
  415.         <div class=\"tab\">
  416.             <h3 class=\"tab-title\">
  417.                 {% if exception_as_array|length > 1 %}
  418.                     Stack Traces <span class=\"badge\">{{ exception_as_array|length }}</span>
  419.                 {% else %}
  420.                     Stack Trace
  421.                 {% endif %}
  422.             </h3>
  423.             <div class=\"tab-content\">
  424.                 {% for e in exception_as_array %}
  425.                     {{ include('@Twig/Exception/traces_text.html.twig', { exception: e, index: loop.index, num_exceptions: loop.length }, with_context = false) }}
  426.                 {% endfor %}
  427.             </div>
  428.         </div>
  429.         {% if currentContent is not empty %}
  430.         <div class=\"tab\">
  431.             <h3 class=\"tab-title\">Output content</h3>
  432.             <div class=\"tab-content\">
  433.                 {{ currentContent }}
  434.             </div>
  435.         </div>
  436.         {% endif %}
  437.     </div>
  438. </div>
  439. ""@Twig/Exception/exception.html.twig""/home/indiesdl/indies-download.com/public_html/test/vendor/symfony/twig-bundle/Resources/views/Exception/exception.html.twig");
  440.     }
  441. }