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

8 lines
100 B
PHP

<?php
namespace OCA\Encryption\Exceptions;
class MultiKeyDecryptException extends \Exception {
}