diff options
Diffstat (limited to 'lib/private/Encryption/Exceptions/ModuleDoesNotExistsException.php')
-rw-r--r-- | lib/private/Encryption/Exceptions/ModuleDoesNotExistsException.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/private/Encryption/Exceptions/ModuleDoesNotExistsException.php b/lib/private/Encryption/Exceptions/ModuleDoesNotExistsException.php index 841ead4ac16..24192e6e8d6 100644 --- a/lib/private/Encryption/Exceptions/ModuleDoesNotExistsException.php +++ b/lib/private/Encryption/Exceptions/ModuleDoesNotExistsException.php @@ -26,5 +26,4 @@ namespace OC\Encryption\Exceptions; use OCP\Encryption\Exceptions\GenericEncryptionException; class ModuleDoesNotExistsException extends GenericEncryptionException { - } |