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

UpdateError.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: 23f0dbb6aa7f24a275195b514a9b5024038a875e (plain)
1
2
3
4
5
<?php

namespace OpenCloud\Common\Exceptions;

class UpdateError extends \Exception {}