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

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

namespace OpenCloud\Common\Exceptions;

class UrlError extends \Exception {}