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

namespace OCA\Encryption\Exceptions;

class MultiKeyEncryptException extends \Exception {

}