Page MenuHomePhabricator

ServiceUnavailable.php
No OneTemporary

ServiceUnavailable.php

<?php
namespace Sabre\DAV\Exception;
use Sabre\DAV;
/**
* ServiceUnavailable
*
* This exception is thrown in case the service
* is currently not available (e.g. down for maintenance).
*
* @author Thomas Müller <thomas.mueller@tmit.eu>
* @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/).
* @license http://sabre.io/license/ Modified BSD License
*/
class ServiceUnavailable extends DAV\Exception {
/**
* Returns the HTTP statuscode for this exception
*
* @return int
*/
function getHTTPCode() {
return 503;
}
}

File Metadata

Mime Type
text/x-php
Expires
Sat, Dec 21, 2:39 AM (3 w, 2 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
914349
Default Alt Text
ServiceUnavailable.php (584 B)

Event Timeline