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
|
|
|
|
|
|
|
}
|