/
var
/
www
/
html
/
restaurants
/
var
/
cache
/
prod
/
twig
/
a5
/
Upload File
HOME
<?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.js.twig */ class __TwigTemplate_cb626b109607723ab56c74be874b51b2cb111ce7106ef136c9722800e6652d45 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 1 $__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4 = (("The template \"" . $this->getTemplateName()) . "\" is deprecated since Symfony 4.4, will be removed in 5.0."); @trigger_error($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4." (\"@Twig/Exception/error.js.twig\" at line 1).", E_USER_DEPRECATED); // line 2 echo "/* "; // line 3 echo twig_escape_filter($this->env, ($context["status_code"] ?? null), "js", null, true); echo " "; echo twig_escape_filter($this->env, ($context["status_text"] ?? null), "js", null, true); echo " */ "; } public function getTemplateName() { return "@Twig/Exception/error.js.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 43 => 3, 40 => 2, 37 => 1,); } public function getSourceContext() { return new Source("", "@Twig/Exception/error.js.twig", "/var/www/html/restaurants/vendor/symfony/twig-bundle/Resources/views/Exception/error.js.twig"); } }