wiki-grav/plugins/git-sync/vendor/defuse/php-encryption/src/Exception/WrongKeyOrModifiedCiphertextException.php
2022-04-24 14:32:58 +02:00

8 lines
140 B
PHP

<?php
namespace Defuse\Crypto\Exception;
class WrongKeyOrModifiedCiphertextException extends \Defuse\Crypto\Exception\CryptoException
{
}