15 class NoAbstract extends DAV\Exception\PreconditionFailed {
28 $doc = $errorNode->ownerDocument;
30 $np = $doc->createElementNS(
'DAV:',
'd:no-abstract');
31 $errorNode->appendChild($np);
This exception is thrown when a user tries to set a privilege that's marked as abstract.
serialize(DAV\Server $server, \DOMElement $errorNode)
Adds in extra information in the xml response.