mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-06 14:12:15 +00:00
Include time and date for errors.
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
Firefly III ran into an error: {{ errorMessage }} of class (type) "{{ class }}".
|
||||
Firefly III ran into an error: {{ errorMessage }}.
|
||||
|
||||
The error was of type "{{ class }}".
|
||||
|
||||
The error occured on/at: {{ time }}.
|
||||
|
||||
This error occured in file "{{ file }}" on line {{ line }} with code {{ code }}.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user