Yield all values from an iterable but catch any error.
Input iterable.
Optional
Callback to receive errors thrown by the iterable.
Iterable that does not throw errors.
Yield all values from an iterable but catch any error.