diff options
Diffstat (limited to 'lib/private/Encryption/Exceptions/ModuleAlreadyExistsException.php')
-rw-r--r-- | lib/private/Encryption/Exceptions/ModuleAlreadyExistsException.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/private/Encryption/Exceptions/ModuleAlreadyExistsException.php b/lib/private/Encryption/Exceptions/ModuleAlreadyExistsException.php index c9da35d9c5d..824dce48007 100644 --- a/lib/private/Encryption/Exceptions/ModuleAlreadyExistsException.php +++ b/lib/private/Encryption/Exceptions/ModuleAlreadyExistsException.php @@ -34,5 +34,4 @@ class ModuleAlreadyExistsException extends GenericEncryptionException { public function __construct($id, $name) { parent::__construct('Id "' . $id . '" already used by encryption module "' . $name . '"'); } - } |