ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ ilDoc Overview
ServiceUnavailable.php
Go to the documentation of this file.
1
<?
php
2
3
namespace
Sabre\DAV\Exception
;
4
5
use
Sabre\DAV
;
6
17
class
ServiceUnavailable
extends
DAV\Exception
{
18
24
function
getHTTPCode
() {
25
26
return
503;
27
28
}
29
30
}
Sabre\DAV
Sabre\DAV\Exception\ServiceUnavailable\getHTTPCode
getHTTPCode()
Returns the HTTP statuscode for this exception.
Definition:
ServiceUnavailable.php:24
Sabre\DAV\Exception
Main Exception class.
Definition:
Exception.php:18
php
Sabre\DAV\Exception
Definition:
BadRequest.php:3
Sabre\DAV\Exception\ServiceUnavailable
ServiceUnavailable.
Definition:
ServiceUnavailable.php:17
libs
composer
vendor
sabre
dav
lib
DAV
Exception
ServiceUnavailable.php
Generated on Thu Jan 30 2025 19:01:27 for ILIAS by
1.8.13 (using
Doxyfile
)