server/apps/encryption/lib/exceptions/multikeydecryptexception.php
2015-04-07 13:30:30 +02:00

9 lines
175 B
PHP

<?php
namespace OCA\Encryption\Exceptions;
use OCP\Encryption\Exceptions\GenericEncryptionException;
class MultiKeyDecryptException extends GenericEncryptionException {
}