o
    i                     @   sh   d 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G d	d
 d
eZG dd deZdS )z;Kiwi exceptions.

Imported by the kiwisolver C extension.

c                   @   s   e Zd ZdS )BadRequiredStrengthN)__name__
__module____qualname__ r   r   d/var/www/html/eduruby.in/lip-sync/lip-sync-env/lib/python3.10/site-packages/kiwisolver/exceptions.pyr      s    r   c                   @      e Zd ZdZdd ZdS )DuplicateConstraint
constraintc                 C   
   || _ d S Nr	   selfr
   r   r   r   __init__      
zDuplicateConstraint.__init__Nr   r   r   	__slots__r   r   r   r   r   r          r   c                   @   r   )DuplicateEditVariableedit_variablec                 C   r   r   r   r   r   r   r   r   r      r   zDuplicateEditVariable.__init__Nr   r   r   r   r   r      r   r   c                   @   r   )UnknownConstraintr	   c                 C   r   r   r	   r   r   r   r   r   $   r   zUnknownConstraint.__init__Nr   r   r   r   r   r   !   r   r   c                   @   r   )UnknownEditVariabler   c                 C   r   r   r   r   r   r   r   r   +   r   zUnknownEditVariable.__init__Nr   r   r   r   r   r   (   r   r   c                   @   r   )UnsatisfiableConstraintr	   c                 C   r   r   r	   r   r   r   r   r   2   r   z UnsatisfiableConstraint.__init__Nr   r   r   r   r   r   /   r   r   N)__doc__	Exceptionr   r   r   r   r   r   r   r   r   r   <module>   s   