mirror of
https://github.com/nextcloud/server.git
synced 2025-01-30 22:37:01 +00:00
ec5b60af28
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
10 lines
221 B
PHP
10 lines
221 B
PHP
<?php
|
|
|
|
/**
|
|
* SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors
|
|
* SPDX-License-Identifier: AGPL-3.0-or-later
|
|
*/
|
|
namespace OCA\Settings\Service;
|
|
|
|
class NotFoundException extends ServiceException {
|
|
}
|