Class Sabre\DAV\Exception\PreconditionFailed

extends Exception

PreconditionFailed.

This exception is normally thrown when a client submitted a conditional request, like for example an If, If-None-Match or If-Match header, which caused the HTTP request to not execute (the condition of the header failed)

Methods
Methods inherited from Sabre\DAV\Exception
getHTTPHeaders()
Methods inherited from Exception
__wakeup(), getMessage(), getCode(), getFile(), getLine(), getTrace(), getPrevious(), getTraceAsString(), __toString()
Properties