thrownewConfigDuplicateUUIDException(String::format('Attempt to save a configuration entity %id with UUID %uuid when this UUID is already used for %matched',array('%id'=>$this->id(),'%uuid'=>$this->uuid(),'%matched'=>$matched_entity)));
thrownewConfigDuplicateUUIDException(format_string('Attempt to save a configuration entity %id with UUID %uuid when this UUID is already used for %matched',array('%id'=>$this->id(),'%uuid'=>$this->uuid(),'%matched'=>$matched_entity)));
thrownewConfigDuplicateUUIDException(String::format('Attempt to save a configuration entity %id with UUID %uuid when this entity already exists with UUID %original_uuid',array('%id'=>$this->id(),'%uuid'=>$this->uuid(),'%original_uuid'=>$original->uuid())));
thrownewConfigDuplicateUUIDException(format_string('Attempt to save a configuration entity %id with UUID %uuid when this entity already exists with UUID %original_uuid',array('%id'=>$this->id(),'%uuid'=>$this->uuid(),'%original_uuid'=>$original->uuid())));