Include time and date for errors.

This commit is contained in:
James Cole
2016-02-24 20:42:05 +01:00
parent dd1b4e21f5
commit 2cc5fdcf62
4 changed files with 17 additions and 3 deletions

View File

@@ -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 }}.