Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F1821788
RequestedRangeNotSatisfiable.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Size
594 B
Subscribers
None
RequestedRangeNotSatisfiable.php
View Options
<?php
namespace
Sabre\DAV\Exception
;
use
Sabre\DAV
;
/**
* RequestedRangeNotSatisfiable
*
* This exception is normally thrown when the user
* request a range that is out of the entity bounds.
*
* @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/).
* @author Evert Pot (http://evertpot.com/)
* @license http://sabre.io/license/ Modified BSD License
*/
class
RequestedRangeNotSatisfiable
extends
DAV\Exception
{
/**
* returns the http statuscode for this exception
*
* @return int
*/
function
getHTTPCode
()
{
return
416
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Tue, Dec 24, 9:49 AM (1 d, 1 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
914186
Default Alt Text
RequestedRangeNotSatisfiable.php (594 B)
Attached To
rDAVCAL DokuWiki DAVCal PlugIn
Event Timeline
Log In to Comment