env->getGlobals(), $context);
// line 1
echo "
An Error Occurred: ";
// line 5
echo twig_escape_filter($this->env, $this->getContext($context, 'status_text'), "html");
echo "
Oops! An Error Occurred
The server returned a \"";
// line 9
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 "\".
Something is broken. Please e-mail us at [email] and let us know
what you were doing when this error occurred. We will fix it as soon
as possible. Sorry for any inconvenience caused.
";
}
public function getTemplateName()
{
return "TwigBundle:Exception:error.html.twig";
}
public function isTraitable()
{
return false;
}
}