diff options
Diffstat (limited to 'lib/public/encryption/imanager.php')
-rw-r--r-- | lib/public/encryption/imanager.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/encryption/imanager.php b/lib/public/encryption/imanager.php index ec91e3580e5..3dcdbf5d03a 100644 --- a/lib/public/encryption/imanager.php +++ b/lib/public/encryption/imanager.php @@ -73,7 +73,7 @@ interface IManager { * get default encryption module * * @return \OCP\Encryption\IEncryptionModule - * @throws Exceptions\ModuleDoesNotExistsException + * @throws ModuleDoesNotExistsException */ public function getDefaultEncryptionModule(); |