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

CollectionError.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: 9d5030403f606499ad6f00d0bc96d7e72bfd123d (plain)
1
2
3
4
5
<?php

namespace OpenCloud\Common\Exceptions;

class CollectionError extends \Exception {}