nextcloud/apps/encryption/lib/exceptions/multikeydecryptexception.php

8 lines
100 B
PHP
Raw Normal View History

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