We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c1972d commit b1b0c2bCopy full SHA for b1b0c2b
1 file changed
README.md
@@ -106,7 +106,8 @@ try {
106
} catch (APIException ex) {
107
System.out.println("API Exception: " ex.getMessage());
108
} catch (AlgorithmException ex) {
109
- System.out.println("Algorithm Exception: " ex.getMessage() + "\n" + ex.stacktrace);
+ System.out.println("Algorithm Exception: " ex.getMessage());
110
+ System.out.println(ex.stacktrace);
111
}
112
```
113
0 commit comments