aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Encryption/Exceptions/DecryptionFailedException.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/private/Encryption/Exceptions/DecryptionFailedException.php')
-rw-r--r--lib/private/Encryption/Exceptions/DecryptionFailedException.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/private/Encryption/Exceptions/DecryptionFailedException.php b/lib/private/Encryption/Exceptions/DecryptionFailedException.php
index 5542082bf4d..048732d62a9 100644
--- a/lib/private/Encryption/Exceptions/DecryptionFailedException.php
+++ b/lib/private/Encryption/Exceptions/DecryptionFailedException.php
@@ -26,5 +26,4 @@ namespace OC\Encryption\Exceptions;
use OCP\Encryption\Exceptions\GenericEncryptionException;
class DecryptionFailedException extends GenericEncryptionException {
-
}