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

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

namespace OpenCloud\Common\Exceptions;

class CredentialError extends \Exception {}