var/cache/dev/twig/12/129a2e9df8402f2ac3fdc9dc641247ba36ec244c68230f8ab571592764bbf46c.php line 80

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