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

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

namespace OpenCloud\Common\Exceptions;

class DatabaseCreateError extends \Exception {}