aboutsummaryrefslogtreecommitdiffstats
path: root/apps/encryption/lib/exceptions/filekeymissingexception.php
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2015-04-01 13:58:23 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2015-04-07 13:30:30 +0200
commit035646c0f60c2a9fb7105f0f1c6abdbda91b2d9f (patch)
treee7b518c070154be851e92e94bb79d2efd6ba8b54 /apps/encryption/lib/exceptions/filekeymissingexception.php
parenta57918fb10a85e27aa283eb4abb39d57e718035c (diff)
downloadnextcloud-server-035646c0f60c2a9fb7105f0f1c6abdbda91b2d9f.tar.gz
nextcloud-server-035646c0f60c2a9fb7105f0f1c6abdbda91b2d9f.zip
fix exception handling
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 {
+
+}