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