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

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

namespace OpenCloud\Common\Exceptions;

class ServerUpdateError extends \Exception {}