Macro: COMMON-LISP:IGNORE-ERRORS

package type clhs

Execute FORMS handling ERROR conditions, returning the result of the last form, or (VALUES NIL the-ERROR-that-was-caught) if an ERROR was handled.

Lambda list

(&rest sb-impl::forms)