nextcloud-server/apps/settings/lib/Service/NotFoundException.php

11 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 {
}