chickadee » miscmacros » ignore-errors

(ignore-errors BODY ...)syntax

Evaluates the expressions in BODY .... If any exceptions should be raised during execution of the body, then the exceptions will be caught, and ignore-errors returns #f.