Welcome to mirror list, hosted at ThFree Co, Russian Federation.

HttpForbiddenError.php « Exceptions « Common « OpenCloud « lib « php-opencloud « 3rdparty « files_external « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a5c647805169be99aa8e855aa24bd1ed7d2af6f4 (plain)
1
2
3
4
5
<?php

namespace OpenCloud\Common\Exceptions;

class HttpForbiddenError extends \Exception {}