aboutsummaryrefslogtreecommitdiffstats
path: root/docs/control-structures.rst
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2018-09-20 20:27:02 +0800
committerchriseth <chris@ethereum.org>2018-09-20 21:10:14 +0800
commitfc5cad9b7fc54fac68dd1f10072bfd33e269eb45 (patch)
tree2ba84092768c4bb499f44cd7ae00cf3e6de35452 /docs/control-structures.rst
parentc3dd413c344e1c37dd6f47e8b1f56ca47edebcb5 (diff)
downloaddexon-solidity-fc5cad9b7fc54fac68dd1f10072bfd33e269eb45.tar.gz
dexon-solidity-fc5cad9b7fc54fac68dd1f10072bfd33e269eb45.tar.zst
dexon-solidity-fc5cad9b7fc54fac68dd1f10072bfd33e269eb45.zip
[DOCS] Update units and globals.
Diffstat (limited to 'docs/control-structures.rst')
-rw-r--r--docs/control-structures.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/control-structures.rst b/docs/control-structures.rst
index 745a0599..7c91cab7 100644
--- a/docs/control-structures.rst
+++ b/docs/control-structures.rst
@@ -385,6 +385,8 @@ In any case, you will get a warning about the outer variable being shadowed.
.. index:: ! exception, ! throw, ! assert, ! require, ! revert
+.. _assert-and-require:
+
Error handling: Assert, Require, Revert and Exceptions
======================================================