ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
RequestedRangeNotSatisfiable.php
Go to the documentation of this file.
1 <?php
2 
3 namespace Sabre\DAV\Exception;
4 
5 use Sabre\DAV;
6 
18 
24  function getHTTPCode() {
25 
26  return 416;
27 
28  }
29 
30 }
getHTTPCode()
returns the http statuscode for this exception
Main Exception class.
Definition: Exception.php:18