summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRoy Hooper <rhooper@toybox.ca>2018-05-14 16:57:50 -0400
committerRoy Hooper <rhooper@toybox.ca>2018-05-14 16:57:50 -0400
commit567f3e30a77f286713b697a0f8a85e8b31a4a27a (patch)
tree2b0b986dbe8711ff0bf7c8cbd474e89c69222e55 /docs
parenta0954b9e11f9d768908858855fdc96d7814633c6 (diff)
Initial implementation of supervisor.reload()
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