aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/AppFramework/Middleware/PublicShare/Exceptions/NeedAuthenticationException.php
blob: c80d06c90ae7c953d9b8a71a81e2eb9f69eb48d7 (plain)
1
2
3
4
5
6
7
8
9
<?php
/**
 * SPDX-FileCopyrightText: 2016 Nextcloud GmbH and Nextcloud contributors
 * SPDX-License-Identifier: AGPL-3.0-or-later
 */
namespace OC\AppFramework\Middleware\PublicShare\Exceptions;

class NeedAuthenticationException extends \Exception {
}