diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2015-04-01 15:41:31 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2015-04-07 13:30:30 +0200 |
commit | 43c0af2580a615f328c0a3a6d0d6256b4e625f3f (patch) | |
tree | 8a2b2b7c9488d38e53191ea1b4558cdc516fc481 /apps/encryption/lib/exceptions | |
parent | a057108c0c1ec77b6f61f6f387c0714c84653254 (diff) | |
download | nextcloud-server-43c0af2580a615f328c0a3a6d0d6256b4e625f3f.tar.gz nextcloud-server-43c0af2580a615f328c0a3a6d0d6256b4e625f3f.zip |
Fix shouldEncrypt and don't throw exception id fileKey not present - can happen
Diffstat (limited to 'apps/encryption/lib/exceptions')
-rw-r--r-- | apps/encryption/lib/exceptions/filekeymissingexception.php | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/apps/encryption/lib/exceptions/filekeymissingexception.php b/apps/encryption/lib/exceptions/filekeymissingexception.php deleted file mode 100644 index 9eb2d4c80d4..00000000000 --- a/apps/encryption/lib/exceptions/filekeymissingexception.php +++ /dev/null @@ -1,8 +0,0 @@ -<?php - - -namespace OCA\Encryption\Exceptions; - -class FileKeyMissingException extends \Exception { - -} |