mirror of
https://github.com/nextcloud/server.git
synced 2026-02-18 18:28:50 -05:00
8 lines
100 B
PHP
8 lines
100 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
namespace OCA\Encryption\Exceptions;
|
||
|
|
|
||
|
|
class MultiKeyDecryptException extends \Exception {
|
||
|
|
|
||
|
|
}
|