o
    Û?Hh	  ã                   @   sV   G d d„ de ƒZG dd„ deƒZG dd„ deƒZG dd„ deeƒZG dd	„ d	eƒZd
S )c                   @   ó   e Zd ZdZdS )ÚErrorzGeneric error class.N©Ú__name__Ú
__module__Ú__qualname__Ú__doc__© r   r   úO/home/air/sanwanet/gpt-api/venv/lib/python3.10/site-packages/aiomysql/sa/exc.pyr      ó    r   c                   @   r   )ÚArgumentErrorz’Raised when an invalid or conflicting function argument is supplied.

    This error generally corresponds to construction time state errors.
    Nr   r   r   r   r	   r      r
   r   c                   @   r   )ÚInvalidRequestErrorzvaiomysql.sa was asked to do something it can't do.

    This error generally corresponds to runtime state errors.
    Nr   r   r   r   r	   r      r
   r   c                   @   r   )ÚNoSuchColumnErrorz6A nonexistent column is requested from a ``RowProxy``.Nr   r   r   r   r	   r      r
   r   c                   @   r   )ÚResourceClosedErrorzcAn operation was requested from a connection, cursor, or other
    object that's in a closed state.Nr   r   r   r   r	   r      r
   r   N)Ú	Exceptionr   r   r   ÚKeyErrorr   r   r   r   r   r	   Ú<module>   s
   