ExtraNotInstalledError()Raised when an extra cannot be removed from this install.
Covers both "not selected on the tool requirement" and refusal subclasses. Callers distinguish them because only the base class is an idempotent no-op: re-running a removal for an extra that is already gone is a success, while refusing a protected or composite-supplied extra is not.