aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/App/AppStore/AppNotFoundException.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/private/App/AppStore/AppNotFoundException.php')
-rw-r--r--lib/private/App/AppStore/AppNotFoundException.php13
1 files changed, 13 insertions, 0 deletions
diff --git a/lib/private/App/AppStore/AppNotFoundException.php b/lib/private/App/AppStore/AppNotFoundException.php
new file mode 100644
index 00000000000..79ceebb4423
--- /dev/null
+++ b/lib/private/App/AppStore/AppNotFoundException.php
@@ -0,0 +1,13 @@
+<?php
+
+declare(strict_types=1);
+
+/**
+ * SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors
+ * SPDX-License-Identifier: AGPL-3.0-or-later
+ */
+
+namespace OC\App\AppStore;
+
+class AppNotFoundException extends \Exception {
+}