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

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

namespace OpenCloud\Common\Exceptions;

class DatabaseUpdateError extends \Exception {}