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

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

namespace OpenCloud\Common\Exceptions;

class CreateUpdateError extends \Exception {}