{% if trace.function %} at {{ trace.short_class }}{{ trace.type ~ trace.function }}({{ trace.args|format_args }}) {% endif %} {% if trace.file is defined and trace.line is defined %} in {{ trace.file|format_file(trace.line) }} »