mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-23 12:27:05 +00:00
Better error handling for issue #168
This commit is contained in:
15
resources/views/emails/error.twig
Normal file
15
resources/views/emails/error.twig
Normal file
@@ -0,0 +1,15 @@
|
||||
Firefly III ran into an error: {{ errorMessage }}.
|
||||
|
||||
This error occured in file "{{ file }}" on line {{ line }} with code {{ code }}.
|
||||
|
||||
The full stacktrace is below. If you think this is a bug in Firefly III, you
|
||||
can forward this message to thegrumpydictator@gmail.com. This can help fix
|
||||
the bug you just encountered.
|
||||
|
||||
If you prefer, you can also open a new issue here:
|
||||
|
||||
https://github.com/JC5/firefly-iii/issues/new
|
||||
|
||||
The full stacktrace is below:
|
||||
|
||||
{{ stacktrace }}
|
Reference in New Issue
Block a user