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 |