fail<E> static method
Creates a failed exit with the given error
Implementation
static Exit<Never, E> fail<E>(E error) => Failure(Cause.fail(error));
Creates a failed exit with the given error
static Exit<Never, E> fail<E>(E error) => Failure(Cause.fail(error));