mirror of
https://github.com/nextcloud/server.git
synced 2026-02-03 20:41:22 -05:00
9 lines
175 B
PHP
9 lines
175 B
PHP
<?php
|
|
|
|
namespace OCA\Encryption\Exceptions;
|
|
|
|
use OCP\Encryption\Exceptions\GenericEncryptionException;
|
|
|
|
class MultiKeyDecryptException extends GenericEncryptionException {
|
|
|
|
}
|