29 $error = $errorNode->ownerDocument->createElementNS(
'DAV:',
'd:no-conflicting-lock');
30 $errorNode->appendChild($error);
31 $error->appendChild($errorNode->ownerDocument->createElementNS(
'DAV:',
'd:href', $this->lock->uri));
An exception for terminatinating execution or to throw for unit testing.
serialize(DAV\Server $server, \DOMElement $errorNode)
This method allows the exception to include additional information into the WebDAV error response.