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

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

namespace OpenCloud\Common\Exceptions;

class NoNameError extends \Exception {}