You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -561,9 +561,7 @@ If the list of handlers is empty, or if the tag address of the thrown exception
561
561
When a thrown exception is caught by a handler, the caught exception is pushed onto the stack and the block of that handler's target is :ref:`entered <exec-caughtadm-enter>`.
562
562
When exiting a block with a caught exception, the exception is discarded.
563
563
564
-
565
-
.. todo::
566
-
Add prose with intuition on delegating handlers.
564
+
A handler pointing to a |labelidx| :math:`l` can be thought of as a break to the :math:`l` th label on exception, followed by a rethrow of the exception.
0 commit comments