nextcloud-server/apps/settings/lib/Service/ConflictException.php

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