Arc Cross Reference

on-err

[procedure] on-err errfn f

Executes f and returns its result. If an exception occurs during f, errfn is invoked with the condition object, and returns errfn's result.

See also: err, details, scheme:with-handlers.