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

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

namespace OpenCloud\Common\Exceptions;

class ServerDeleteError extends \Exception {}