stymiee/php-simple-encryption

View on GitHub
src/Encryption/Exceptions/DecryptException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

declare(strict_types=1);

namespace Encryption\Exceptions;

/**
 * Class CipherNotImplementedException
 * @package Encryption\Exceptions
 * @since 1.0.5
 */
final class DecryptException extends EncryptionException
{
}