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

Open in your IDE?
  1. {% if trace.function %}
  2. at {{ trace.class ~ trace.type ~ trace.function }}({{ trace.args|format_args_as_text }})
  3. {%- endif -%}
  4. {% if trace.file|default('') is not empty and trace.line|default('') is not empty %}
  5.   {{- trace.function ? '\n     (' : 'at '}}{{ trace.file|format_file(trace.line)|striptags|replace({ (' at line ' ~ trace.line): '' }) }}:{{ trace.line }}{{ trace.function ? ')' }}
  6. {%- endif %}