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

MetadataKeyError.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: 606f6d958742a5e84bc0dbe33127f1dfc85b2dad (plain)
1
2
3
4
5
<?php

namespace OpenCloud\Common\Exceptions;

class MetadataKeyError extends \Exception {}