/ᐠ - ˕ -マ Ⳋ
Ushka Framework v{{ framework_version }} // System Panic

{{ exception_type }}: {{ exception_message }}

{% for frame in frames %}
{{ frame.filename }} in {{ frame.function_name }}() : {{ frame.lineno }}
{% for lineno, linetext in frame.code %}
{{ lineno }}
{{ linetext }}
{% endfor %}
Local Variables
{% for name, value in frame.locals.items() %} {% else %} {% endfor %}
{{ name }} {{ value|forceescape }}
No locals captured.
{% endfor %}