name : DecodeException.php
<?php

declare(strict_types=1);

namespace SpomkyLabs\Pki\ASN1\Exception;

use RuntimeException;

/**
 * Exception thrown on decoding errors.
 */
final class DecodeException extends RuntimeException
{
}

© 2025 Cubjrnet7