Whoops! An error occurred.

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

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

{% if debug %}

Error

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

Stack trace

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