
    g8                     0     G d  de       Z G d de       Zy)c                       e Zd ZdZy)
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__     J/var/www/openai/venv/lib/python3.12/site-packages/executing/_exceptions.pyr   r      s    
 	r	   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                 @    || _         || _        t        |   |       y )N)nodeinstructionsuper__init__)selftitler   r   	__class__s       r
   r   zVerifierFailure.__init__   s    	&r	   )r   r   r   r   r   __classcell__)r   s   @r
   r   r      s    
   r	   r   N)	Exceptionr   r   r   r	   r
   <module>r      s   	 	 i  r	   