28 $doc = $errorNode->ownerDocument;
30 $np = $doc->createElementNS(
'DAV:',
'd:no-ace-conflict');
31 $errorNode->appendChild($np);
This exception is thrown when a client attempts to set conflicting permissions.
serialize(DAV\Server $server, \DOMElement $errorNode)
Adds in extra information in the xml response.