var/cache/dev/twig/bd/bd15f69a012ad128faba98cc86f154ce68026cc12371519abe6b415666040a10.php line 16

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