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

MetadataUpdateError.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: 49db43d6f70e6d281081abc7ffdfd22015161279 (plain)
1
2
3
4
5
<?php

namespace OpenCloud\Common\Exceptions;

class MetadataUpdateError extends \Exception {}