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

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

namespace OpenCloud\Common\Exceptions;

class InvalidArgumentError extends \Exception {}