| Current Path : /home/rtorresani/www/vendor/spomky-labs/pki-framework/src/ASN1/Exception/ |
| Current File : //home/rtorresani/www/vendor/spomky-labs/pki-framework/src/ASN1/Exception/DecodeException.php |
<?php
declare(strict_types=1);
namespace SpomkyLabs\Pki\ASN1\Exception;
use RuntimeException;
/**
* Exception thrown on decoding errors.
*/
final class DecodeException extends RuntimeException
{
}