aboutsummaryrefslogtreecommitdiffstats
path: root/apps/encryption/lib/exceptions/multikeydecryptexception.php
blob: 36a95544e61ea120367238a5624995bad619e3f1 (plain)
1
2
3
4
5
6
7
<?php

namespace OCA\Encryption\Exceptions;

class MultiKeyDecryptException extends \Exception {

}