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

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

namespace OpenCloud\Common\Exceptions;

class ServiceValueError extends \Exception {}