Files
nextcloud-server-mirror/apps/settings/lib/Service/ConflictException.php
2025-12-10 15:08:53 +01:00

11 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 {
}