{# favicons #} {% include('partials.favicons') %}

Whoops! An error occurred.

Unfortunately, this error was not recoverable. Firefly III broke. The error is:

{{ exception.getMessage |default('General unknown errror') }}

{% if not debug %}

More information about this error may be available in the log files. Search for the error above and a stack trace will appear. This stack trace may help you track down what's going wrong.

If you cannot find the cause of this error or when you need some help, please open a ticket on Github.

{% endif %}
{% if debug %}

Error

This error occured in file {{ exception.getFile }} on line {{ exception.getLine }} with code {{ exception.getCode }}.

Stack trace

{{ exception.getTraceAsString|nl2br }}
{% endif %}