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

10 lines
175 B
PHP
Raw Normal View History

2015-04-01 07:58:23 -04:00
<?php
namespace OCA\Encryption\Exceptions;
2015-04-01 10:36:08 -04:00
use OCP\Encryption\Exceptions\GenericEncryptionException;
class MultiKeyDecryptException extends GenericEncryptionException {
2015-04-01 07:58:23 -04:00
}