|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
RequestedRangeNotSatisfiable. More...
Inheritance diagram for Sabre\DAV\Exception\RequestedRangeNotSatisfiable:
Collaboration diagram for Sabre\DAV\Exception\RequestedRangeNotSatisfiable:Public Member Functions | |
| getHTTPCode () | |
| returns the http statuscode for this exception More... | |
Public Member Functions inherited from Sabre\DAV\Exception | |
| getHTTPCode () | |
| Returns the HTTP statuscode for this exception. More... | |
| serialize (Server $server, \DOMElement $errorNode) | |
| This method allows the exception to include additional information into the WebDAV error response. More... | |
| getHTTPHeaders (Server $server) | |
| This method allows the exception to return any extra HTTP response headers. More... | |
This exception is normally thrown when the user request a range that is out of the entity bounds.
Definition at line 17 of file RequestedRangeNotSatisfiable.php.
| Sabre\DAV\Exception\RequestedRangeNotSatisfiable::getHTTPCode | ( | ) |
returns the http statuscode for this exception
Reimplemented from Sabre\DAV\Exception.
Definition at line 24 of file RequestedRangeNotSatisfiable.php.