(cause: Cause.Cause<E>)
| 603 | * A sink that always fails with the specified lazily evaluated error. |
| 604 | * |
| 605 | * **Example** (Failing with a lazy error) |
| 606 | * |
| 607 | * ```ts import.meta.vitest |
| 608 | * import { Effect, Exit, Sink, Stream } from "effect" |
| 609 | * |
no outgoing calls
no test coverage detected
searching dependent graphs…