a
    ©lc8  ã                   @   s$   G d d„ de ƒZG dd„ de ƒZdS )c                   @   s   e Zd ZdZdS )Ú
KnownIssuez
    Raised in case of an known problem. Mostly because of cpython bugs.
    Executing.node gets set to None in this case.
    N)Ú__name__Ú
__module__Ú__qualname__Ú__doc__© r   r   úQ/var/www/html/django/DPS/env/lib/python3.9/site-packages/executing/_exceptions.pyr      s   r   c                       s    e Zd ZdZ‡ fdd„Z‡  ZS )ÚVerifierFailurezy
    Thrown for an unexpected mapping from instruction to ast node
    Executing.node gets set to None in this case.
    c                    s   || _ || _tƒ  |¡ d S )N)ÚnodeÚinstructionÚsuperÚ__init__)ÚselfÚtitler	   r
   ©Ú	__class__r   r   r      s    zVerifierFailure.__init__)r   r   r   r   r   Ú__classcell__r   r   r   r   r      s   r   N)Ú	Exceptionr   r   r   r   r   r   Ú<module>   s   	