diff options
Diffstat (limited to 'lib/public/Encryption/Exceptions/GenericEncryptionException.php')
-rw-r--r-- | lib/public/Encryption/Exceptions/GenericEncryptionException.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/public/Encryption/Exceptions/GenericEncryptionException.php b/lib/public/Encryption/Exceptions/GenericEncryptionException.php index 2124e5effea..d19ff4b2724 100644 --- a/lib/public/Encryption/Exceptions/GenericEncryptionException.php +++ b/lib/public/Encryption/Exceptions/GenericEncryptionException.php @@ -49,5 +49,4 @@ class GenericEncryptionException extends HintException { } parent::__construct($message, $hint, $code, $previous); } - } |