Page MenuHomePhabricator

NotImplemented.php
No OneTemporary

NotImplemented.php

<?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

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)

Event Timeline