19declare(strict_types=1);
55 throw new \ilMDServicesException(
56 'Failed to prepare create or update values ' . implode(
', ', $values) .
57 ' at "' .
$path->toString() .
'": ' .
$e->getMessage()
69 $set = $this->internal_manipulator->prepareForceCreate(
75 throw new \ilMDServicesException(
76 'Failed to force-create values ' . implode(
', ', $values) .
77 ' at "' .
$path->toString() .
'": ' .
$e->getMessage()
81 return $this->getCloneWithNewSet($set);
86 $set = $this->internal_manipulator->prepareDelete(
90 return $this->getCloneWithNewSet($set);
98 throw new \ilMDServicesException(
99 'Failed to execute manipulations: ' .
$e->getMessage()
107 $clone = clone $this;