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

UnrecognizedServiceError.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: 396d451e1317cd71f4612251eae62f28a2248be7 (plain)
1
2
3
4
5
<?php

namespace OpenCloud\Common\Exceptions;

class UnrecognizedServiceError extends \Exception {}