server/apps/encryption/lib/exceptions/multikeyencryptexception.php

8 lines
100 B
PHP
Raw Normal View History

2015-04-01 11:58:23 +00:00
<?php
namespace OCA\Encryption\Exceptions;
class MultiKeyEncryptException extends \Exception {
}