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