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