Package: alexandria
Macro ignore-some-conditions
Lambda List
ignore-some-conditions ((&rest conditions) &body body)
Arguments
Return Value
In the normal situation, the values of the body are returned; in the exceptional situation, two values are returned: nil and the condition.
Details
Similar to ignore-errors but the (unevaluated) conditions list determines which specific conditions are to be ignored.