Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F1726627
InsufficientStorage.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Size
564 B
Subscribers
None
InsufficientStorage.php
View Options
<?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
Details
Attached
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)
Attached To
rDAVCAL DokuWiki DAVCal PlugIn
Event Timeline
Log In to Comment