aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/SystemTag/TagCreationForbiddenException.php
blob: eeae38e31f783094805f30a173b5e6bfefa96f33 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?php

declare(strict_types=1);

/**
 * SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
 * SPDX-License-Identifier: AGPL-3.0-only
 */

namespace OCP\SystemTag;

/**
 * Exception when a user doesn't have the right to create a tag
 *
 * @since 31.0.0
 */
class TagCreationForbiddenException extends \RuntimeException {
}