error.html.twig 244 B

1234567891011
  1. {# global error #}
  2. Error message:
  3. Please edit
  4. <pre>
  5. app/Resources/TwigBundle/views/Exception/error.html.twig
  6. </pre>
  7. Status code: {{ status_code }} <br />
  8. Status text {{ status_text }} <br />
  9. Exception message: {{ exception.message }} <br />