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

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

namespace OpenCloud\Common\Exceptions;

class VolumeError extends \Exception {}