summaryrefslogtreecommitdiffstats
path: root/apps/encryption/lib/exceptions/multikeydecryptexception.php
blob: 1466d35eda3b755685220fb8445735dfd75f192d (plain)
1
2
3
4
5
6
7
8
9
<?php

namespace OCA\Encryption\Exceptions;

use OCP\Encryption\Exceptions\GenericEncryptionException;

class MultiKeyDecryptException extends GenericEncryptionException {

}