Use in a tail position of a 'handle' form to indicate 'raise' should
not consider the error handled, but should continue searching for an
appropriate 'handle' form. Allows finer-grain control over catching
than just the error type.
(defmacro do-not-handle "Use in a tail position of a 'handle' form to indicate 'raise' should not consider the error handled, but should continue searching for an appropriate 'handle' form. Allows finer-grain control over catching than just the error type." [] `[::do-not-handle])
Comments top
No comments for do-not-handle. Log in to add a comment.