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

NeedAuthenticationException.php « Exceptions « PublicShare « Middleware « AppFramework « private « lib - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 27e57fe9505a208bc11b551d34c633a6a5153bbb (plain)
1
2
3
4
5
6
7
<?php

namespace OC\AppFramework\Middleware\PublicShare\Exceptions;

class NeedAuthenticationException extends \Exception {

}