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

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

namespace OpenCloud\Common\Exceptions;

class UserDeleteError extends \Exception {}