23 $this->message =
'The locktoken supplied does not match any locks on this entity';
36 $error = $errorNode->ownerDocument->createElementNS(
'DAV:',
'd:lock-token-matches-request-uri');
37 $errorNode->appendChild($error);
An exception for terminatinating execution or to throw for unit testing.
LockTokenMatchesRequestUri.
__construct()
Creates the exception.
serialize(DAV\Server $server, \DOMElement $errorNode)
This method allows the exception to include additional information into the WebDAV error response.