Creates an effect that dies with the given throwable
static Effect<Never, Never, Never> die(Object throwable) => _Die(throwable);