var/cache/dev/twig/56/5698966321be52acbe9702c2385365ed43bcb1058b014ad70bd8e6be6eed17a7.php line 42

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. /* TwigBundle:Exception:exception_full.html.twig */
  14. class __TwigTemplate_1d2d80c217d11969a662bd4e52a2e836cd9512b7f95ee7b324fe52ca62380279 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.             'before_html' => [$this'block_before_html'],
  26.             'after_html' => [$this'block_after_html'],
  27.             'body' => [$this'block_body'],
  28.         ];
  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""TwigBundle: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""TwigBundle:Exception:exception_full.html.twig"));
  42.         $this->parent $this->loadTemplate("@Twig/layout.html.twig""TwigBundle: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->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);
  203.         echo " (";
  204.         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);
  205.         echo " ";
  206.         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);
  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_before_html($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""before_html"));
  220.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  221.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""before_html"));
  222.         // line 141
  223.         echo "<!-- ";
  224.         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.'141$this->source); })()), "message", [], "any"falsefalsefalse141), "html"nulltrue);
  225.         echo " (";
  226.         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.'141$this->source); })()), "html"nulltrue);
  227.         echo " ";
  228.         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.'141$this->source); })()), "html"nulltrue);
  229.         echo ") -->
  230. ";
  231.         
  232.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  233.         
  234.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  235.     }
  236.     // line 144
  237.     public function block_after_html($context, array $blocks = [])
  238.     {
  239.         $macros $this->macros;
  240.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  241.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""after_html"));
  242.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  243.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""after_html"));
  244.         // line 145
  245.         echo "<!-- ";
  246.         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.'145$this->source); })()), "message", [], "any"falsefalsefalse145), "html"nulltrue);
  247.         echo " (";
  248.         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.'145$this->source); })()), "html"nulltrue);
  249.         echo " ";
  250.         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.'145$this->source); })()), "html"nulltrue);
  251.         echo ") -->
  252. ";
  253.         
  254.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  255.         
  256.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  257.     }
  258.     // line 148
  259.     public function block_body($context, array $blocks = [])
  260.     {
  261.         $macros $this->macros;
  262.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  263.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  264.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  265.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  266.         // line 149
  267.         echo "    ";
  268.         $this->loadTemplate("@Twig/Exception/exception.html.twig""TwigBundle:Exception:exception_full.html.twig"149)->display($context);
  269.         
  270.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  271.         
  272.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  273.     }
  274.     public function getTemplateName()
  275.     {
  276.         return "TwigBundle:Exception:exception_full.html.twig";
  277.     }
  278.     public function isTraitable()
  279.     {
  280.         return false;
  281.     }
  282.     public function getDebugInfo()
  283.     {
  284.         return array (  303 => 149,  293 => 148,  276 => 145,  266 => 144,  249 => 141,  239 => 140,  222 => 137,  212 => 136,  72 => 4,  62 => 3,  39 => 1,);
  285.     }
  286.     public function getSourceContext()
  287.     {
  288.         return new Source("{% extends '@Twig/layout.html.twig' %}
  289. {% block head %}
  290.     <style>
  291.         .sf-reset .traces {
  292.             padding-bottom: 14px;
  293.         }
  294.         .sf-reset .traces li {
  295.             font-size: 12px;
  296.             color: #868686;
  297.             padding: 5px 4px;
  298.             list-style-type: decimal;
  299.             margin-left: 20px;
  300.         }
  301.         .sf-reset #logs .traces li.error {
  302.             font-style: normal;
  303.             color: #AA3333;
  304.             background: #f9ecec;
  305.         }
  306.         .sf-reset #logs .traces li.warning {
  307.             font-style: normal;
  308.             background: #ffcc00;
  309.         }
  310.         /* fix for Opera not liking empty <li> */
  311.         .sf-reset .traces li:after {
  312.             content: \"\\00A0\";
  313.         }
  314.         .sf-reset .trace {
  315.             border: 1px solid #D3D3D3;
  316.             padding: 10px;
  317.             overflow: auto;
  318.             margin: 10px 0 20px;
  319.         }
  320.         .sf-reset .block-exception {
  321.             -moz-border-radius: 16px;
  322.             -webkit-border-radius: 16px;
  323.             border-radius: 16px;
  324.             margin-bottom: 20px;
  325.             background-color: #f6f6f6;
  326.             border: 1px solid #dfdfdf;
  327.             padding: 30px 28px;
  328.             word-wrap: break-word;
  329.             overflow: hidden;
  330.         }
  331.         .sf-reset .block-exception div {
  332.             color: #313131;
  333.             font-size: 10px;
  334.         }
  335.         .sf-reset .block-exception-detected .illustration-exception,
  336.         .sf-reset .block-exception-detected .text-exception {
  337.             float: left;
  338.         }
  339.         .sf-reset .block-exception-detected .illustration-exception {
  340.             width: 152px;
  341.         }
  342.         .sf-reset .block-exception-detected .text-exception {
  343.             width: 670px;
  344.             padding: 30px 44px 24px 46px;
  345.             position: relative;
  346.         }
  347.         .sf-reset .text-exception .open-quote,
  348.         .sf-reset .text-exception .close-quote {
  349.             font-family: Arial, Helvetica, sans-serif;
  350.             position: absolute;
  351.             color: #C9C9C9;
  352.             font-size: 8em;
  353.         }
  354.         .sf-reset .open-quote {
  355.             top: 0;
  356.             left: 0;
  357.         }
  358.         .sf-reset .close-quote {
  359.             bottom: -0.5em;
  360.             right: 50px;
  361.         }
  362.         .sf-reset .block-exception p {
  363.             font-family: Arial, Helvetica, sans-serif;
  364.         }
  365.         .sf-reset .block-exception p a,
  366.         .sf-reset .block-exception p a:hover {
  367.             color: #565656;
  368.         }
  369.         .sf-reset .logs h2 {
  370.             float: left;
  371.             width: 654px;
  372.         }
  373.         .sf-reset .error-count, .sf-reset .support {
  374.             float: right;
  375.             width: 170px;
  376.             text-align: right;
  377.         }
  378.         .sf-reset .error-count span {
  379.              display: inline-block;
  380.              background-color: #aacd4e;
  381.              -moz-border-radius: 6px;
  382.              -webkit-border-radius: 6px;
  383.              border-radius: 6px;
  384.              padding: 4px;
  385.              color: white;
  386.              margin-right: 2px;
  387.              font-size: 11px;
  388.              font-weight: bold;
  389.         }
  390.         .sf-reset .support a {
  391.             display: inline-block;
  392.             -moz-border-radius: 6px;
  393.             -webkit-border-radius: 6px;
  394.             border-radius: 6px;
  395.             padding: 4px;
  396.             color: #000000;
  397.             margin-right: 2px;
  398.             font-size: 11px;
  399.             font-weight: bold;
  400.         }
  401.         .sf-reset .toggle {
  402.             vertical-align: middle;
  403.         }
  404.         .sf-reset .linked ul,
  405.         .sf-reset .linked li {
  406.             display: inline;
  407.         }
  408.         .sf-reset #output-content {
  409.             color: #000;
  410.             font-size: 12px;
  411.         }
  412.         .sf-reset #traces-text pre {
  413.             white-space: pre;
  414.             font-size: 12px;
  415.             font-family: monospace;
  416.         }
  417.     </style>
  418. {% endblock %}
  419. {% block title %}
  420.     {{ exception.message }} ({{ status_code }} {{ status_text }})
  421. {% endblock %}
  422. {% block before_html %}
  423. <!-- {{ exception.message }} ({{ status_code }} {{ status_text }}) -->
  424. {% endblock %}
  425. {% block after_html %}
  426. <!-- {{ exception.message }} ({{ status_code }} {{ status_text }}) -->
  427. {% endblock %}
  428. {% block body %}
  429.     {% include '@Twig/Exception/exception.html.twig' %}
  430. {% endblock %}
  431. ""TwigBundle:Exception:exception_full.html.twig""/home/ticketing/domains/devel.ticketing.nu/symfony/vendor/symfony/twig-bundle/Resources/views/Exception/exception_full.html.twig");
  432.     }
  433. }