summaryrefslogtreecommitdiffstats
path: root/apps/encryption/lib/exceptions/multikeydecryptexception.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/encryption/lib/exceptions/multikeydecryptexception.php')
-rw-r--r--apps/encryption/lib/exceptions/multikeydecryptexception.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/apps/encryption/lib/exceptions/multikeydecryptexception.php b/apps/encryption/lib/exceptions/multikeydecryptexception.php
new file mode 100644
index 00000000000..1466d35eda3
--- /dev/null
+++ b/apps/encryption/lib/exceptions/multikeydecryptexception.php
@@ -0,0 +1,9 @@
+<?php
+
+namespace OCA\Encryption\Exceptions;
+
+use OCP\Encryption\Exceptions\GenericEncryptionException;
+
+class MultiKeyDecryptException extends GenericEncryptionException {
+
+}