We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f3e967 commit a622b2eCopy full SHA for a622b2e
1 file changed
src/main/java/Util.java
@@ -32,7 +32,7 @@ public static void writeException(Exception exception, String message) throws IO
32
StringBuilder stringBuilder = new StringBuilder();
33
stringBuilder.append(Calendar.getInstance().getTime().toString());
34
stringBuilder.append(";");
35
- stringBuilder.append(exception.getMessage());
+ stringBuilder.append(exception);
36
37
stringBuilder.append(message);
38
0 commit comments