Files
natascha-rieter.nl-user/plugins/git-sync/vendor/defuse/php-encryption/src/Exception/WrongKeyOrModifiedCiphertextException.php
T
2026-06-14 00:27:27 +00:00

8 lines
140 B
PHP

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