
    Mh8                     >     G d  de           Z G d de           ZdS )c                       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__     U/var/www/html/test/jupyter/venv/lib/python3.11/site-packages/executing/_exceptions.pyr   r      s         
 	Dr	   r   c                   "     e Zd ZdZ fdZ xZS )VerifierFailurezy
    Thrown for an unexpected mapping from instruction to ast node
    Executing.node gets set to None in this case.
    c                 f    || _         || _        t                                          |           d S )N)nodeinstructionsuper__init__)selftitler   r   	__class__s       r
   r   zVerifierFailure.__init__   s0    	&r	   )r   r   r   r   r   __classcell__)r   s   @r
   r   r      sB         
                 r	   r   N)	Exceptionr   r   r   r	   r
   <module>r      sc   	 	 	 	 	 	 	 	         i          r	   