with-handlers[syntax] with-handlers ((pred handler) ...) expr ...
MzScheme: a syntactic form that evaluates the expr body, installing a new
exception handler before evaluating the exprs and restoring the handler when a
value is returned (or when control escapes from the expression).
See also raise, current-exception-handler.
|