aboutsummaryrefslogtreecommitdiffstats
path: root/apps/encryption/lib/exceptions/filekeymissingexception.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/encryption/lib/exceptions/filekeymissingexception.php')
-rw-r--r--apps/encryption/lib/exceptions/filekeymissingexception.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/apps/encryption/lib/exceptions/filekeymissingexception.php b/apps/encryption/lib/exceptions/filekeymissingexception.php
new file mode 100644
index 00000000000..9eb2d4c80d4
--- /dev/null
+++ b/apps/encryption/lib/exceptions/filekeymissingexception.php
@@ -0,0 +1,8 @@
+<?php
+
+
+namespace OCA\Encryption\Exceptions;
+
+class FileKeyMissingException extends \Exception {
+
+}