U
    ŒõZÅ  ã                   @   s4   G d d„ de ƒZG dd„ deƒZG dd„ deƒZdS )c                   @   s   e Zd ZdZdS )ÚPyAsn1ErrorznCreate pyasn1 exception object

    The `PyAsn1Error` exception represents generic, usually fatal, error.
    N©Ú__name__Ú
__module__Ú__qualname__Ú__doc__© r   r   ú./usr/lib/python3/dist-packages/pyasn1/error.pyr   	   s   r   c                   @   s   e Zd ZdZdS )ÚValueConstraintErrorz€Create pyasn1 exception object

    The `ValueConstraintError` exception indicates an ASN.1 value
    constraint violation.
    Nr   r   r   r   r   r	      s   r	   c                   @   s   e Zd ZdZdS )ÚSubstrateUnderrunErrorz¡Create pyasn1 exception object

    The `SubstrateUnderrunError` exception indicates insufficient serialised
    data on input of a deserialisation routine.
    Nr   r   r   r   r   r
      s   r
   N)Ú	Exceptionr   r	   r
   r   r   r   r   Ú<module>	   s   