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

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

namespace OpenCloud\Common\Exceptions;

class HttpUrlError extends \Exception {}