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

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

namespace OpenCloud\Common\Exceptions;

class AttributeError extends \Exception {}