/
var
/
www
/
html
/
restaurants
/
var
/
cache
/
prod
/
twig
/
67
/
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.txt.twig */ class __TwigTemplate_10e365c74e510261b5bee2139eef77318ec4d2d68f8261769719600cacab8918 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.txt.twig\" at line 1).", E_USER_DEPRECATED); // line 2 echo "Oops! An Error Occurred ======================= The server returned a \""; // line 5 echo ($context["status_code"] ?? null); echo " "; echo ($context["status_text"] ?? null); echo "\". Something is broken. Please 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 "@Twig/Exception/error.txt.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 45 => 5, 40 => 2, 37 => 1,); } public function getSourceContext() { return new Source("", "@Twig/Exception/error.txt.twig", "/var/www/html/restaurants/vendor/symfony/twig-bundle/Resources/views/Exception/error.txt.twig"); } }