From d8aa06ff055ff7ab345497996f4d82c8e27f0502 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Kruli=C5=A1?= Date: Sat, 16 May 2020 21:10:59 +0200 Subject: [PATCH] Updated Exit Code Mappings (markdown) --- Exit-Code-Mappings.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Exit-Code-Mappings.md b/Exit-Code-Mappings.md index a5949a6..935df7e 100644 --- a/Exit-Code-Mappings.md +++ b/Exit-Code-Mappings.md @@ -73,3 +73,4 @@ Runner: https://github.com/ReCodEx/utils/blob/master/runners/py/runner.py | 112 | ImportError | Import error (an unknown or forbidden module was imported) | | 113 | MemoryError | Memory allocation error | | 114 | SyntaxError | Syntax error | +| 115 | RecursionError | Recursion error |