mirror of
https://github.com/friendica/friendica
synced 2025-04-23 16:30:12 +00:00
7 lines
140 B
PHP
7 lines
140 B
PHP
<?php
|
|
|
|
namespace Defuse\Crypto\Exception;
|
|
|
|
class WrongKeyOrModifiedCiphertextException extends \Defuse\Crypto\Exception\CryptoException
|
|
{
|
|
}
|