From 4bd4d932c49ffed423d63ed30acdb003d1fedd8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Kruli=C5=A1?= Date: Wed, 12 Dec 2018 01:25:50 +0100 Subject: [PATCH] Updated Exit Code Mappings (markdown) --- Exit-Code-Mappings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 |