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

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

namespace OpenCloud\Common\Exceptions;

class DatabaseListError extends \Exception {}