o
    i8                     @   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   [/var/www/html/karishye-ai-python/venv/lib/python3.10/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   	