{% set mainBgColor = '#cc5643' %} {% set mainFontColor = '#ffffff' %} {% set firstRowWidth = '180px' %}

Resume

Exception: {{ exceptionName }}
Message: {{ exception.message }}
Environment: {{ getenv('ENVIRONMENT') }}
File: {{ exception.file }}
Line: {{ exception.line }}
Code: {{ exception.code }}
Request URI: {{ serverVars['REQUEST_SCHEME']~'://'~serverVars['HTTP_HOST']~serverVars['REQUEST_URI'] }}
Generated at: {{ "now"|date('Y-m-d H:i:s') }}

Exception

Trace: {{ exception.getTraceAsString()|nl2br }}
{% if pluginSettings.serverVars %}

Server

{% for key, var in serverVars %} {% endfor %}
{{ key }}: {{ var|join(', ') }}
{% endif %} {% if pluginSettings.userVars %}

User

{{ userVars|join(', ') }}
{% endif %} {% if pluginSettings.sessionVars %}

Session

{{ sessionVars|join(', ') }}
{% endif %} {% if pluginSettings.cookieVars %}

Cookie

{{ cookieVars|join(', ') }}
{% endif %}