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

10 lines
175 B
PHP

<?php
namespace OCA\Encryption\Exceptions;
use OCP\Encryption\Exceptions\GenericEncryptionException;
class MultiKeyDecryptException extends GenericEncryptionException {
}