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