Searched refs:RequestedRangeNotSatisfiable (Results 1 – 6 of 6) sorted by relevance
149 …throw new DAV\Exception\RequestedRangeNotSatisfiable('The end offset (' . $range[2] . ') is lower …152 …throw new DAV\Exception\RequestedRangeNotSatisfiable('Actual data length (' . $len . ') is not con…
17 class RequestedRangeNotSatisfiable extends DAV\Exception { class
160 …throw new Exception\RequestedRangeNotSatisfiable('The start offset (' . $range[0] . ') exceeded th…162 …if ($end < $start) throw new Exception\RequestedRangeNotSatisfiable('The end offset (' . $range[1]…180 …if (feof($body)) throw new Exception\RequestedRangeNotSatisfiable('The start offset (' . $start . …
158 …throw new Exception\RequestedRangeNotSatisfiable('The start offset (' . $range[0] . ') exceeded th…160 …if ($end < $start) throw new Exception\RequestedRangeNotSatisfiable('The end offset (' . $range[1]…180 …if (feof($body)) throw new Exception\RequestedRangeNotSatisfiable('The start offset (' . $start . …