← Back
Editing: TagCreationForbiddenException.php
<?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 { }
Save File
Cancel