aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/AppFramework/Middleware/PublicShare/Exceptions/NeedAuthenticationException.php
blob: 5df4009b0946960e3e19d93bfe23e5983a8a2b7f (plain)
1
2
3
4
5
6
7
8
9
10
<?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 {
}