diff options
Diffstat (limited to 'lib/private/encryption/exceptions/encryptionfailedexception.php')
-rw-r--r-- | lib/private/encryption/exceptions/encryptionfailedexception.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/private/encryption/exceptions/encryptionfailedexception.php b/lib/private/encryption/exceptions/encryptionfailedexception.php index 9e6648f7bf5..ac489c73254 100644 --- a/lib/private/encryption/exceptions/encryptionfailedexception.php +++ b/lib/private/encryption/exceptions/encryptionfailedexception.php @@ -22,6 +22,7 @@ namespace OC\Encryption\Exceptions; +use OCP\Encryption\Exceptions\GenericEncryptionException; class EncryptionFailedException extends GenericEncryptionException{ |