Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F1821975
NotImplemented.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Size
564 B
Subscribers
None
NotImplemented.php
View Options
<?php
namespace
Sabre\DAV\Exception
;
use
Sabre\DAV
;
/**
* NotImplemented
*
* This exception is thrown when the client tried to call an unsupported HTTP method or other feature
*
* @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
NotImplemented
extends
DAV\Exception
{
/**
* Returns the HTTP statuscode for this exception
*
* @return int
*/
function
getHTTPCode
()
{
return
501
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Tue, Dec 24, 12:26 PM (18 h, 30 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
914332
Default Alt Text
NotImplemented.php (564 B)
Attached To
rDAVCAL DokuWiki DAVCal PlugIn
Event Timeline
Log In to Comment