chickadee » simple-exceptions » guard

(guard (exn cond-clause . cond-clauses) xpr . xprs)syntax

The high level exception handler of R6RS and R7RS. Sets the current-exception-handler to an exception-handler created from exn und the supplied cond-clauses for the dynamic extent of its call and executes the body xpr . xprs in this context.