var/cache/dev/twig/00/008f405f1f16b0ff043ae44285293331f1e4b536e7f3da4d8d42d4692bffaef1.php line 221

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_full.html.twig */
  14. class __TwigTemplate_15873ef446d413b542773e3e49370c2516a1f94ba02a969dd24cb5ec979a9314 extends \Twig\Template
  15. {
  16.     private $source;
  17.     private $macros = [];
  18.     public function __construct(Environment $env)
  19.     {
  20.         parent::__construct($env);
  21.         $this->source $this->getSourceContext();
  22.         $this->blocks = [
  23.             'head' => [$this'block_head'],
  24.             'title' => [$this'block_title'],
  25.             'body' => [$this'block_body'],
  26.         ];
  27.     }
  28.     protected function doGetParent(array $context)
  29.     {
  30.         // line 1
  31.         return "@Twig/layout.html.twig";
  32.     }
  33.     protected function doDisplay(array $context, array $blocks = [])
  34.     {
  35.         $macros $this->macros;
  36.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  37.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@Twig/Exception/exception_full.html.twig"));
  38.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  39.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@Twig/Exception/exception_full.html.twig"));
  40.         $this->parent $this->loadTemplate("@Twig/layout.html.twig""@Twig/Exception/exception_full.html.twig"1);
  41.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  42.         
  43.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  44.         
  45.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  46.     }
  47.     // line 3
  48.     public function block_head($context, array $blocks = [])
  49.     {
  50.         $macros $this->macros;
  51.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  52.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""head"));
  53.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  54.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""head"));
  55.         // line 4
  56.         echo "    <style>
  57.         .sf-reset .traces {
  58.             padding-bottom: 14px;
  59.         }
  60.         .sf-reset .traces li {
  61.             font-size: 12px;
  62.             color: #868686;
  63.             padding: 5px 4px;
  64.             list-style-type: decimal;
  65.             margin-left: 20px;
  66.         }
  67.         .sf-reset #logs .traces li.error {
  68.             font-style: normal;
  69.             color: #AA3333;
  70.             background: #f9ecec;
  71.         }
  72.         .sf-reset #logs .traces li.warning {
  73.             font-style: normal;
  74.             background: #ffcc00;
  75.         }
  76.         /* fix for Opera not liking empty <li> */
  77.         .sf-reset .traces li:after {
  78.             content: \"\\00A0\";
  79.         }
  80.         .sf-reset .trace {
  81.             border: 1px solid #D3D3D3;
  82.             padding: 10px;
  83.             overflow: auto;
  84.             margin: 10px 0 20px;
  85.         }
  86.         .sf-reset .block-exception {
  87.             -moz-border-radius: 16px;
  88.             -webkit-border-radius: 16px;
  89.             border-radius: 16px;
  90.             margin-bottom: 20px;
  91.             background-color: #f6f6f6;
  92.             border: 1px solid #dfdfdf;
  93.             padding: 30px 28px;
  94.             word-wrap: break-word;
  95.             overflow: hidden;
  96.         }
  97.         .sf-reset .block-exception div {
  98.             color: #313131;
  99.             font-size: 10px;
  100.         }
  101.         .sf-reset .block-exception-detected .illustration-exception,
  102.         .sf-reset .block-exception-detected .text-exception {
  103.             float: left;
  104.         }
  105.         .sf-reset .block-exception-detected .illustration-exception {
  106.             width: 152px;
  107.         }
  108.         .sf-reset .block-exception-detected .text-exception {
  109.             width: 670px;
  110.             padding: 30px 44px 24px 46px;
  111.             position: relative;
  112.         }
  113.         .sf-reset .text-exception .open-quote,
  114.         .sf-reset .text-exception .close-quote {
  115.             font-family: Arial, Helvetica, sans-serif;
  116.             position: absolute;
  117.             color: #C9C9C9;
  118.             font-size: 8em;
  119.         }
  120.         .sf-reset .open-quote {
  121.             top: 0;
  122.             left: 0;
  123.         }
  124.         .sf-reset .close-quote {
  125.             bottom: -0.5em;
  126.             right: 50px;
  127.         }
  128.         .sf-reset .block-exception p {
  129.             font-family: Arial, Helvetica, sans-serif;
  130.         }
  131.         .sf-reset .block-exception p a,
  132.         .sf-reset .block-exception p a:hover {
  133.             color: #565656;
  134.         }
  135.         .sf-reset .logs h2 {
  136.             float: left;
  137.             width: 654px;
  138.         }
  139.         .sf-reset .error-count, .sf-reset .support {
  140.             float: right;
  141.             width: 170px;
  142.             text-align: right;
  143.         }
  144.         .sf-reset .error-count span {
  145.              display: inline-block;
  146.              background-color: #aacd4e;
  147.              -moz-border-radius: 6px;
  148.              -webkit-border-radius: 6px;
  149.              border-radius: 6px;
  150.              padding: 4px;
  151.              color: white;
  152.              margin-right: 2px;
  153.              font-size: 11px;
  154.              font-weight: bold;
  155.         }
  156.         .sf-reset .support a {
  157.             display: inline-block;
  158.             -moz-border-radius: 6px;
  159.             -webkit-border-radius: 6px;
  160.             border-radius: 6px;
  161.             padding: 4px;
  162.             color: #000000;
  163.             margin-right: 2px;
  164.             font-size: 11px;
  165.             font-weight: bold;
  166.         }
  167.         .sf-reset .toggle {
  168.             vertical-align: middle;
  169.         }
  170.         .sf-reset .linked ul,
  171.         .sf-reset .linked li {
  172.             display: inline;
  173.         }
  174.         .sf-reset #output-content {
  175.             color: #000;
  176.             font-size: 12px;
  177.         }
  178.         .sf-reset #traces-text pre {
  179.             white-space: pre;
  180.             font-size: 12px;
  181.             font-family: monospace;
  182.         }
  183.     </style>
  184. ";
  185.         
  186.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  187.         
  188.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  189.     }
  190.     // line 136
  191.     public function block_title($context, array $blocks = [])
  192.     {
  193.         $macros $this->macros;
  194.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  195.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  196.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  197.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  198.         // line 137
  199.         echo "    ";
  200.         echo 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.'137$this->source); })()), "message", [], "any"falsefalsefalse137), "html"nulltrue);
  201.         echo " (";
  202.         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.'137$this->source); })()), "html"nulltrue);
  203.         echo " ";
  204.         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.'137$this->source); })()), "html"nulltrue);
  205.         echo ")
  206. ";
  207.         
  208.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  209.         
  210.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  211.     }
  212.     // line 140
  213.     public function block_body($context, array $blocks = [])
  214.     {
  215.         $macros $this->macros;
  216.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  217.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  218.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  219.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  220.         // line 141
  221.         echo "    ";
  222.         $this->loadTemplate("@Twig/Exception/exception.html.twig""@Twig/Exception/exception_full.html.twig"141)->display($context);
  223.         
  224.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  225.         
  226.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  227.     }
  228.     public function getTemplateName()
  229.     {
  230.         return "@Twig/Exception/exception_full.html.twig";
  231.     }
  232.     public function isTraitable()
  233.     {
  234.         return false;
  235.     }
  236.     public function getDebugInfo()
  237.     {
  238.         return array (  247 => 141,  237 => 140,  220 => 137,  210 => 136,  70 => 4,  60 => 3,  37 => 1,);
  239.     }
  240.     public function getSourceContext()
  241.     {
  242.         return new Source("{% extends '@Twig/layout.html.twig' %}
  243. {% block head %}
  244.     <style>
  245.         .sf-reset .traces {
  246.             padding-bottom: 14px;
  247.         }
  248.         .sf-reset .traces li {
  249.             font-size: 12px;
  250.             color: #868686;
  251.             padding: 5px 4px;
  252.             list-style-type: decimal;
  253.             margin-left: 20px;
  254.         }
  255.         .sf-reset #logs .traces li.error {
  256.             font-style: normal;
  257.             color: #AA3333;
  258.             background: #f9ecec;
  259.         }
  260.         .sf-reset #logs .traces li.warning {
  261.             font-style: normal;
  262.             background: #ffcc00;
  263.         }
  264.         /* fix for Opera not liking empty <li> */
  265.         .sf-reset .traces li:after {
  266.             content: \"\\00A0\";
  267.         }
  268.         .sf-reset .trace {
  269.             border: 1px solid #D3D3D3;
  270.             padding: 10px;
  271.             overflow: auto;
  272.             margin: 10px 0 20px;
  273.         }
  274.         .sf-reset .block-exception {
  275.             -moz-border-radius: 16px;
  276.             -webkit-border-radius: 16px;
  277.             border-radius: 16px;
  278.             margin-bottom: 20px;
  279.             background-color: #f6f6f6;
  280.             border: 1px solid #dfdfdf;
  281.             padding: 30px 28px;
  282.             word-wrap: break-word;
  283.             overflow: hidden;
  284.         }
  285.         .sf-reset .block-exception div {
  286.             color: #313131;
  287.             font-size: 10px;
  288.         }
  289.         .sf-reset .block-exception-detected .illustration-exception,
  290.         .sf-reset .block-exception-detected .text-exception {
  291.             float: left;
  292.         }
  293.         .sf-reset .block-exception-detected .illustration-exception {
  294.             width: 152px;
  295.         }
  296.         .sf-reset .block-exception-detected .text-exception {
  297.             width: 670px;
  298.             padding: 30px 44px 24px 46px;
  299.             position: relative;
  300.         }
  301.         .sf-reset .text-exception .open-quote,
  302.         .sf-reset .text-exception .close-quote {
  303.             font-family: Arial, Helvetica, sans-serif;
  304.             position: absolute;
  305.             color: #C9C9C9;
  306.             font-size: 8em;
  307.         }
  308.         .sf-reset .open-quote {
  309.             top: 0;
  310.             left: 0;
  311.         }
  312.         .sf-reset .close-quote {
  313.             bottom: -0.5em;
  314.             right: 50px;
  315.         }
  316.         .sf-reset .block-exception p {
  317.             font-family: Arial, Helvetica, sans-serif;
  318.         }
  319.         .sf-reset .block-exception p a,
  320.         .sf-reset .block-exception p a:hover {
  321.             color: #565656;
  322.         }
  323.         .sf-reset .logs h2 {
  324.             float: left;
  325.             width: 654px;
  326.         }
  327.         .sf-reset .error-count, .sf-reset .support {
  328.             float: right;
  329.             width: 170px;
  330.             text-align: right;
  331.         }
  332.         .sf-reset .error-count span {
  333.              display: inline-block;
  334.              background-color: #aacd4e;
  335.              -moz-border-radius: 6px;
  336.              -webkit-border-radius: 6px;
  337.              border-radius: 6px;
  338.              padding: 4px;
  339.              color: white;
  340.              margin-right: 2px;
  341.              font-size: 11px;
  342.              font-weight: bold;
  343.         }
  344.         .sf-reset .support a {
  345.             display: inline-block;
  346.             -moz-border-radius: 6px;
  347.             -webkit-border-radius: 6px;
  348.             border-radius: 6px;
  349.             padding: 4px;
  350.             color: #000000;
  351.             margin-right: 2px;
  352.             font-size: 11px;
  353.             font-weight: bold;
  354.         }
  355.         .sf-reset .toggle {
  356.             vertical-align: middle;
  357.         }
  358.         .sf-reset .linked ul,
  359.         .sf-reset .linked li {
  360.             display: inline;
  361.         }
  362.         .sf-reset #output-content {
  363.             color: #000;
  364.             font-size: 12px;
  365.         }
  366.         .sf-reset #traces-text pre {
  367.             white-space: pre;
  368.             font-size: 12px;
  369.             font-family: monospace;
  370.         }
  371.     </style>
  372. {% endblock %}
  373. {% block title %}
  374.     {{ exception.message }} ({{ status_code }} {{ status_text }})
  375. {% endblock %}
  376. {% block body %}
  377.     {% include '@Twig/Exception/exception.html.twig' %}
  378. {% endblock %}
  379. ""@Twig/Exception/exception_full.html.twig""/home/xearts/stg1.work/pipit-gacha/releases/16/vendor/symfony/twig-bundle/Resources/views/Exception/exception_full.html.twig");
  380.     }
  381. }