
    dh	                     t     G d  de       Z G d de      Z G d de      Z G d dee      Z G d d	e      Zy
)c                       e Zd ZdZy)ErrorzGeneric error class.N__name__
__module____qualname____doc__     I/var/www/netwell/bot/venv/lib/python3.12/site-packages/aiomysql/sa/exc.pyr   r      s    r
   r   c                       e Zd ZdZy)ArgumentErrorzRaised 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                       e Zd ZdZy)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
   r   c                       e Zd ZdZy)NoSuchColumnErrorz6A nonexistent column is requested from a ``RowProxy``.Nr   r	   r
   r   r   r      s    @r
   r   c                       e Zd ZdZy)ResourceClosedErrorzcAn operation was requested from a connection, cursor, or other
    object that's in a closed state.Nr   r	   r
   r   r   r      s    (r
   r   N)	Exceptionr   r   r   KeyErrorr   r   r	   r
   r   <module>r      sG   I E - A"5 A(- (r
   