If a sender returned from a sender adaptor specified in 
[exec.adapt]
is specified to include 
set_error_t(Err)
among its set of completion signatures
where 
decay_t<Err> denotes the type 
exception_ptr,
but the implementation does not potentially evaluate
an error completion operation with an 
exception_ptr argument,
the implementation is allowed to omit
the 
exception_ptr error completion signature from the set
.