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

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

namespace OpenCloud\Common\Exceptions;

class HttpTimeoutError extends \Exception {}