mirror of
https://github.com/nextcloud/server.git
synced 2026-04-11 03:57:01 -04:00
8 lines
100 B
PHP
8 lines
100 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
namespace OCA\Encryption\Exceptions;
|
||
|
|
|
||
|
|
class MultiKeyDecryptException extends \Exception {
|
||
|
|
|
||
|
|
}
|