blob: 3abdcf72cd459c623be23440e9c94b2a4f3a465a (
plain)
1
2
3
4
5
6
7
8
9
10
|
<?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 {
}
|