9 lines
175 B
PHP
9 lines
175 B
PHP
<?php
|
|
|
|
namespace OCA\Encryption\Exceptions;
|
|
|
|
use OCP\Encryption\Exceptions\GenericEncryptionException;
|
|
|
|
class MultiKeyEncryptException extends GenericEncryptionException {
|
|
|
|
}
|