nextcloud/apps/encryption/lib/exceptions/multikeyencryptexception.php

8 lines
100 B
PHP

<?php
namespace OCA\Encryption\Exceptions;
class MultiKeyEncryptException extends \Exception {
}