toExit method

Exit<E, A> toExit()

Implementation

Exit<E, A> toExit() => mapLeft(Failure.new);