summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMatt Land <mland@sparefoot.com>2018-05-16 17:55:43 -0400
committerMatt Land <mland@sparefoot.com>2018-05-16 17:55:43 -0400
commit0511becd55f3dd79e44d3355338aa7fd08ec9043 (patch)
tree2cf7c73ec40615bac84f1b49e7ae2b765d1b9211 /docs
parent0a185c4d2d6cfd148b35c23c3f8e23883d82befe (diff)
parent6a8db03ade64bd2fdf5c7b5df54ad113a062e005 (diff)
Merge branch 'master' of https://github.com/adafruit/circuitpython into feature-i2c-gemma
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