env->getGlobals(), $context); // line 1 echo "
\"Exceptionenv, $this->env->getExtension('assets')->getAssetUrl("bundles/framework/images/exception_detected.gif"), "html"); echo "\"/>
\"\"env, $this->env->getExtension('assets')->getAssetUrl("bundles/framework/images/open_quote.gif"), "html"); echo "\"/>

"; // line 15 echo $this->env->getExtension('code')->formatFileFromText(twig_strtr(twig_escape_filter($this->env, $this->getAttribute($this->getContext($context, 'exception'), "message", array(), "any", false)), array(" " => "
"))); echo "

"; // line 19 echo twig_escape_filter($this->env, $this->getContext($context, 'status_code'), "html"); echo " "; echo twig_escape_filter($this->env, $this->getContext($context, 'status_text'), "html"); echo " - "; echo $this->env->getExtension('code')->abbrClass($this->getAttribute($this->getContext($context, 'exception'), "class", array(), "any", false)); echo "
"; // line 22 $context['previous_count'] = twig_length_filter($this->env, $this->getAttribute($this->getContext($context, 'exception'), "allPrevious", array(), "any", false)); // line 23 echo " "; if ($this->getContext($context, 'previous_count')) { // line 24 echo "
"; echo twig_escape_filter($this->env, $this->getContext($context, 'previous_count'), "html"); echo " linked Exception"; echo ((($this->getContext($context, 'previous_count') > 1)) ? ("s") : ("")); echo ":
"; } // line 34 echo "
\"\"env, $this->env->getExtension('assets')->getAssetUrl("bundles/framework/images/close_quote.gif"), "html"); echo "\"/>
"; // line 43 $context['_parent'] = (array) $context; $context['_seq'] = twig_ensure_traversable($this->getAttribute($this->getContext($context, 'exception'), "toarray", array(), "any", false)); foreach ($context['_seq'] as $context['position'] => $context['e']) { // line 44 echo " "; $this->env->loadTemplate("TwigBundle:Exception:traces.html.twig")->display(array("exception" => $this->getContext($context, 'e'), "position" => $this->getContext($context, 'position'), "count" => $this->getContext($context, 'previous_count'))); // line 45 echo " "; } $_parent = $context['_parent']; unset($context['_seq'], $context['_iterated'], $context['position'], $context['e'], $context['_parent'], $context['loop']); $context = array_merge($_parent, array_intersect_key($context, $_parent)); // line 46 echo " "; // line 47 if ($this->getContext($context, 'logger')) { // line 48 echo "
"; // line 50 ob_start(); // line 51 echo "

Logs  \"+\"env, $this->env->getExtension('assets')->getAssetUrl("bundles/framework/images/blue_picto_more.gif"), "html"); echo "\" style=\"visibility: hidden\" /> \"-\"env, $this->env->getExtension('assets')->getAssetUrl("bundles/framework/images/blue_picto_less.gif"), "html"); echo "\" style=\"visibility: visible; margin-left: -18px\" />

"; echo trim(preg_replace('/>\s+<', ob_get_clean())); // line 59 echo " "; // line 60 if ($this->getAttribute($this->getContext($context, 'logger'), "counterrors", array(), "any", false)) { // line 61 echo "
"; // line 63 echo twig_escape_filter($this->env, $this->getAttribute($this->getContext($context, 'logger'), "counterrors", array(), "any", false), "html"); echo " error"; echo ((($this->getAttribute($this->getContext($context, 'logger'), "counterrors", array(), "any", false) > 1)) ? ("s") : ("")); echo "
"; } // line 67 echo "
"; // line 71 $this->env->loadTemplate("TwigBundle:Exception:logs.html.twig")->display(array("logs" => $this->getAttribute($this->getContext($context, 'logger'), "logs", array(), "any", false))); // line 72 echo "
"; } // line 76 echo " "; // line 77 if ($this->getContext($context, 'currentContent')) { // line 78 echo "
"; // line 79 ob_start(); // line 80 echo "

Content of the Output  \"-\"env, $this->env->getExtension('assets')->getAssetUrl("bundles/framework/images/blue_picto_less.gif"), "html"); echo "\" style=\"visibility: hidden\" /> \"+\"env, $this->env->getExtension('assets')->getAssetUrl("bundles/framework/images/blue_picto_more.gif"), "html"); echo "\" style=\"visibility: visible; margin-left: -18px\" />

"; echo trim(preg_replace('/>\s+<', ob_get_clean())); // line 88 echo "
"; // line 90 echo twig_escape_filter($this->env, $this->getContext($context, 'currentContent'), "html"); echo "
"; } // line 96 echo "
"; } public function getTemplateName() { return "TwigBundle:Exception:exception.html.twig"; } public function isTraitable() { return false; } }