Page MenuHomePhabricator

InsufficientStorage.php
No OneTemporary

InsufficientStorage.php

<?php
namespace Sabre\DAV\Exception;
use Sabre\DAV;
/**
* InsufficientStorage
*
* This Exception can be thrown, when for example a harddisk is full or a quota is exceeded
*
* @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 InsufficientStorage extends DAV\Exception {
/**
* Returns the HTTP statuscode for this exception
*
* @return int
*/
function getHTTPCode() {
return 507;
}
}

File Metadata

Mime Type
text/x-php
Expires
Thu, Dec 5, 4:33 AM (7 h, 52 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
913547
Default Alt Text
InsufficientStorage.php (564 B)

Event Timeline