mirror of
https://github.com/nextcloud/server.git
synced 2026-04-10 19:47:30 -04:00
7 lines
100 B
PHP
7 lines
100 B
PHP
<?php
|
|
|
|
namespace OCA\Encryption\Exceptions;
|
|
|
|
class MultiKeyDecryptException extends \Exception {
|
|
|
|
}
|