diff options
Diffstat (limited to 'apps/encryption/lib/exceptions/multikeyencryptexception.php')
-rw-r--r-- | apps/encryption/lib/exceptions/multikeyencryptexception.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/apps/encryption/lib/exceptions/multikeyencryptexception.php b/apps/encryption/lib/exceptions/multikeyencryptexception.php new file mode 100644 index 00000000000..daf528e2cf7 --- /dev/null +++ b/apps/encryption/lib/exceptions/multikeyencryptexception.php @@ -0,0 +1,9 @@ +<?php + +namespace OCA\Encryption\Exceptions; + +use OCP\Encryption\Exceptions\GenericEncryptionException; + +class MultiKeyEncryptException extends GenericEncryptionException { + +} |