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

namespace OCA\Encryption\Exceptions;

use OCP\Encryption\Exceptions\GenericEncryptionException;

class MultiKeyEncryptException extends GenericEncryptionException {

}