diff options
Diffstat (limited to 'apps/settings/lib/Service/NotFoundException.php')
-rw-r--r-- | apps/settings/lib/Service/NotFoundException.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/apps/settings/lib/Service/NotFoundException.php b/apps/settings/lib/Service/NotFoundException.php new file mode 100644 index 00000000000..3abdcf72cd4 --- /dev/null +++ b/apps/settings/lib/Service/NotFoundException.php @@ -0,0 +1,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 { +} |