o
    hm                     @   sT   G d d de ZG dd de Z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 )FFIErrorcffiN)__name__
__module____qualname__ r   r   L/var/www/html/optinet_system/venv/lib/python3.10/site-packages/cffi/error.pyr      s    r   c                   @   s   e Zd ZdZdd ZdS )	CDefErrorr   c              
   C   sZ   z| j d }|jj}|jj}d||f }W n tttfy#   d}Y nw d|| j d f S )N   z%s:%d:  z%s%s    )argscoordfilelineAttributeError	TypeError
IndexError)selfcurrent_declfilenamelinenumprefixr   r   r   __str__   s   
zCDefError.__str__N)r   r   r   r   r   r   r   r   r      s    r   c                   @      e Zd ZdZdZdS )VerificationErrorz- An error raised when verification fails
    r   Nr   r   r   __doc__r   r   r   r   r          r   c                   @   r   )VerificationMissingzl An error raised when incomplete structures are passed into
    cdef, but no verification has been done
    r   Nr   r   r   r   r   r      s    r   c                   @   r   )PkgConfigErrorz7 An error raised for missing modules in pkg-config
    r   Nr   r   r   r   r   r      r   r   N)	Exceptionr   r   r   r   r   r   r   r   r   <module>   s
   