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

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

namespace OpenCloud\Common\Exceptions;

class InstanceUpdateError extends \Exception {}