o
    KD©iú  ã                   @   s4   G d d„ de ƒZG dd„ deƒZG dd„ deƒZdS )c                   @   ó   e Zd ZdZdS )ÚMarshmallowSQLAlchemyErrorzbBase exception class from which all exceptions related to
    marshmallow-sqlalchemy inherit.
    N©Ú__name__Ú
__module__Ú__qualname__Ú__doc__© r   r   úZ/var/www/Datamplify/venv/lib/python3.10/site-packages/marshmallow_sqlalchemy/exceptions.pyr      ó    r   c                   @   r   )ÚModelConversionErrorzbRaised when an error occurs in converting a SQLAlchemy construct
    to a marshmallow object.
    Nr   r   r   r   r	   r      r
   r   c                   @   r   )ÚIncorrectSchemaTypeErrorzvRaised when a ``SQLAlchemyAutoField`` is bound to ``Schema`` that
    is not an instance of ``SQLAlchemySchema``.
    Nr   r   r   r   r	   r      r
   r   N)Ú	Exceptionr   r   r   r   r   r   r	   Ú<module>   s    