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

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

namespace OpenCloud\Common\Exceptions;

class EmptyResponseError extends \Exception {}