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

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

namespace OpenCloud\Common\Exceptions;

class DatabaseDeleteError extends \Exception {}