<?php

declare(strict_types = 1);

namespace Sop\ASN1\Exception;

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