diff --git a/Exit-Code-Mappings.md b/Exit-Code-Mappings.md index 5f2fff5..a5949a6 100644 --- a/Exit-Code-Mappings.md +++ b/Exit-Code-Mappings.md @@ -27,7 +27,7 @@ Runner: https://github.com/ReCodEx/utils/blob/master/runners/java/javarun.java | 109 | NullPointerException | Null pointer exception | | 110 | ArithmeticException | Arithmetic exception | | 111 | OutOfMemoryError | Out of memory error (after invocation) | -| 112 | SecurityException | Security exception | +| 112 | SecurityException | Security exception (after invocation) | | 113 | IOException | IO exception | ## C#