Page MenuHomePhabricator

RequestedRangeNotSatisfiable.php
No OneTemporary

RequestedRangeNotSatisfiable.php

<?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

Mime Type
text/x-php
Expires
Tue, Dec 24, 9:49 AM (21 h, 54 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
914186
Default Alt Text
RequestedRangeNotSatisfiable.php (594 B)

Event Timeline