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

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

namespace OpenCloud\Common\Exceptions;

class ContainerError extends \Exception {}