a
    w=ic                     @   s$   G d d de ZG dd deZdS )c                   @   s   e Zd Zdd Zdd ZdS )FeatureLibErrorc                 C   s   t | | || _d S )N)	Exception__init__location)selfmessager    r   g/home/droni/.local/share/virtualenvs/DPS-5Je3_V2c/lib/python3.9/site-packages/fontTools/feaLib/error.pyr      s    zFeatureLibError.__init__c                 C   s(   t | }| jr | j d| S |S d S )N: )r   __str__r   r   r   r   r   r   r
      s    
zFeatureLibError.__str__N)__name__
__module____qualname__r   r
   r   r   r   r   r      s   r   c                   @   s   e Zd Zdd ZdS )IncludedFeaNotFoundc                 C   s.   | j d usJ dt|  }| j  d| S )NzCThe following feature file should be included but cannot be found: r	   )r   r   r
   r   r   r   r   r
      s    zIncludedFeaNotFound.__str__N)r   r   r   r
   r   r   r   r   r      s   r   N)r   r   r   r   r   r   r   <module>   s   