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 | ||
---|---|---|
public
|
__construct(string $message, string $header = null)
|
# |
public
|
getHTTPCode(): int
|
# |
public
|
serialize(Server $server, DOMElement $errorNode)
|
# |
Methods inherited from Sabre\DAV\Exception |
---|
getHTTPHeaders() |
Methods inherited from Exception |
---|
__wakeup(), getMessage(), getCode(), getFile(), getLine(), getTrace(), getPrevious(), getTraceAsString(), __toString() |
Properties | |||
---|---|---|---|
public
|
string
|
$header = null
|
# |