diff options
Diffstat (limited to 'lib/private/encryption/exceptions/unknowncipherexception.php')
-rw-r--r-- | lib/private/encryption/exceptions/unknowncipherexception.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/private/encryption/exceptions/unknowncipherexception.php b/lib/private/encryption/exceptions/unknowncipherexception.php index 5177af6106b..188f7403848 100644 --- a/lib/private/encryption/exceptions/unknowncipherexception.php +++ b/lib/private/encryption/exceptions/unknowncipherexception.php @@ -22,7 +22,8 @@ namespace OC\Encryption\Exceptions; +use OCP\Encryption\Exceptions\GenericEncryptionException; -class UnknownCipherException extends GenericEncryptionException{ +class UnknownCipherException extends GenericEncryptionException { } |