server/apps/encryption/lib/exceptions/multikeyencryptexception.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 MultiKeyEncryptException extends GenericEncryptionException {
}