chickadee » srfi-34 » with-exception-handler

with-exception-handler HANDLER THUNKprocedure

Returns the result(s) of invoking thunk. Handler must be a procedure that accepts one argument. It is installed as the current exception handler for the dynamic extent (as determined by dynamic-wind) of the invocation of thunk.