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

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

namespace OpenCloud\Common\Exceptions;

class VolumeTypeError extends \Exception {}