mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-05-28 06:20:14 +00:00
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: szaimen <42591237+szaimen@users.noreply.github.com>
10 lines
232 B
PHP
10 lines
232 B
PHP
<?php
|
|
// SPDX-FileCopyrightText: 2021 Nextcloud GmbH <https://nextcloud.com>
|
|
// SPDX-License-Identifier: AGPL-3.0-only
|
|
|
|
|
|
declare(strict_types=1);
|
|
namespace AIO\Data;
|
|
|
|
class InvalidSettingConfigurationException extends \Exception {}
|