summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/library/builtins.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/library/builtins.rst b/docs/library/builtins.rst
index b45b6fe38..83246afc9 100644
--- a/docs/library/builtins.rst
+++ b/docs/library/builtins.rst
@@ -188,6 +188,10 @@ Exceptions
.. exception:: RuntimeError
+.. exception:: ReloadException
+
+ `ReloadException` is used internally to deal with soft restarts.
+
.. exception:: StopIteration
.. exception:: SyntaxError