aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/Files/ConnectionLostException.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/public/Files/ConnectionLostException.php')
-rw-r--r--lib/public/Files/ConnectionLostException.php15
1 files changed, 15 insertions, 0 deletions
diff --git a/lib/public/Files/ConnectionLostException.php b/lib/public/Files/ConnectionLostException.php
new file mode 100644
index 00000000000..3fd97b48901
--- /dev/null
+++ b/lib/public/Files/ConnectionLostException.php
@@ -0,0 +1,15 @@
+<?php
+
+declare(strict_types=1);
+/**
+ * SPDX-FileCopyrightText: 2023-2024 Nextcloud GmbH and Nextcloud contributors
+ * SPDX-License-Identifier: AGPL-3.0-only
+ */
+namespace OCP\Files;
+
+/**
+ * Exception for lost connection with the
+ * @since 25.0.11
+ */
+class ConnectionLostException extends \RuntimeException {
+}