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

10 lines
175 B
PHP
Raw Normal View History

2015-04-01 14:58:23 +03:00
<?php
namespace OCA\Encryption\Exceptions;
2015-04-01 17:36:08 +03:00
use OCP\Encryption\Exceptions\GenericEncryptionException;
class MultiKeyEncryptException extends GenericEncryptionException {
2015-04-01 14:58:23 +03:00
}