vendor/symfony/twig-bundle/Resources/views/Exception/exception.json.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. {{ { 'error': { 'code': status_code, 'message': status_text, 'exception': exception.toarray } }|json_encode|raw }}