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