aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/AppFramework/Db/IMapperException.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/public/AppFramework/Db/IMapperException.php')
-rw-r--r--lib/public/AppFramework/Db/IMapperException.php14
1 files changed, 14 insertions, 0 deletions
diff --git a/lib/public/AppFramework/Db/IMapperException.php b/lib/public/AppFramework/Db/IMapperException.php
new file mode 100644
index 00000000000..3e91422a89f
--- /dev/null
+++ b/lib/public/AppFramework/Db/IMapperException.php
@@ -0,0 +1,14 @@
+<?php
+
+declare(strict_types=1);
+/**
+ * SPDX-FileCopyrightText: 2018 Nextcloud GmbH and Nextcloud contributors
+ * SPDX-License-Identifier: AGPL-3.0-or-later
+ */
+namespace OCP\AppFramework\Db;
+
+/**
+ * @since 16.0.0
+ */
+interface IMapperException extends \Throwable {
+}