Ignore any errors that satisfy the supplied ErrorIs function by returning
nil. Errors that do not satisfy the supplied function are returned unmodified.
IgnoreAny ignores errors that satisfy any of the supplied ErrorIs functions
by returning nil. Errors that do not satisfy any of the supplied functions
are returned unmodified.