mirror of
https://github.com/nextcloud/server.git
synced 2026-02-25 02:44:57 -05:00
Signed-off-by: Misha M.-Kupriyanov <kupriyanov@strato.de> Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> Signed-off-by: Carl Schwan <carlschwan@kde.org>
10 lines
221 B
PHP
10 lines
221 B
PHP
<?php
|
|
|
|
/**
|
|
* SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors
|
|
* SPDX-License-Identifier: AGPL-3.0-or-later
|
|
*/
|
|
namespace OCA\Settings\Service;
|
|
|
|
class ConflictException extends ServiceException {
|
|
}
|