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

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

namespace OpenCloud\Common\Exceptions;

class InstanceError extends \Exception {}