aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/lib/Exceptions/SharingRightsException.php
blob: 548873cfbfdfcba9acfe9abd2732666baa27e86b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?php
/**
 * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors
 * SPDX-License-Identifier: AGPL-3.0-or-later
 */
namespace OCA\Files_Sharing\Exceptions;

use Exception;

/**
 * Sharing and Resharing rights.
 *
 * Class SharingRightsException
 *
 * @package OCA\Files_Sharing\Exceptions
 */
class SharingRightsException extends Exception {
}