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

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

namespace OpenCloud\Common\Exceptions;

class NetworkCreateError extends \Exception {}