mirror of
https://github.com/nextcloud/server.git
synced 2026-03-23 10:54:41 -04:00
11 lines
221 B
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 {
|
||
|
|
}
|