templates/TwigBundle/views/Exception/error.html.twig line 1

Open in your IDE?
  1. <h1>TODO: Place me on the original layout of the site</h1>
  2. <pre>
  3.     Code: {{ code }}
  4.     Message: {{ message }}
  5.     {% if exception is defined %}Class: {{ exception }}{% endif %}
  6.     {% if backtrace is defined %}Backtrace: {{ backtrace }}{% endif %}
  7. </pre>