vendor/symfony/twig-bundle/Resources/views/Exception/exception.txt.twig line 1

Open in your IDE?
  1. {% deprecated 'The template "' ~ _self ~'" is deprecated since Symfony 4.4, will be removed in 5.0.' %}
  2. [exception] {{ status_code ~ ' | ' ~ status_text ~ ' | ' ~ exception.class }}
  3. [message] {{ exception.message }}
  4. {% for i, e in exception.toarray %}
  5. [{{ i + 1 }}] {{ e.class }}: {{ e.message }}
  6. {{ include('@Twig/Exception/traces.txt.twig', { exception: e }, with_context = false) }}
  7. {% endfor %}