summaryrefslogtreecommitdiffstats
path: root/lib/private/AppFramework/Middleware/PublicShare/Exceptions/NeedAuthenticationException.php
blob: 27e57fe9505a208bc11b551d34c633a6a5153bbb (plain)
1
2
3
4
5
6
7
<?php

namespace OC\AppFramework\Middleware\PublicShare\Exceptions;

class NeedAuthenticationException extends \Exception {

}