mirror of
https://github.com/nextcloud/server.git
synced 2026-02-03 20:41:22 -05:00
9 lines
253 B
PHP
9 lines
253 B
PHP
<?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 {
|
|
}
|