mirror of
https://github.com/nextcloud/server.git
synced 2025-03-04 03:57:28 +00:00
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 {
|
|
}
|