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