Page MenuHomePhabricator

Forbidden.php
No OneTemporary

Forbidden.php

<?php
namespace Sabre\DAV\Exception;
use Sabre\DAV;
/**
* Forbidden
*
* This exception is thrown whenever a user tries to do an operation he's not allowed to
*
* @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 Forbidden extends DAV\Exception {
/**
* Returns the HTTP statuscode for this exception
*
* @return int
*/
function getHTTPCode() {
return 403;
}
}

File Metadata

Mime Type
text/x-php
Expires
Sat, Dec 21, 1:06 PM (2 w, 5 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
914528
Default Alt Text
Forbidden.php (541 B)

Event Timeline