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

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

namespace OpenCloud\Common\Exceptions;

class UnknownError extends \Exception {}