voidError method

IO<Unit> voidError()

Ignores any errors.

Implementation

IO<Unit> voidError() => handleError((_) => Unit());