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

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

namespace OpenCloud\Common\Exceptions;

class BaseException extends \Exception
{
}