a
    w=ic                     @   s   G d d de ZdS )c                   @   s   e Zd Zdd Zdd ZdS )VoltLibErrorc                 C   s   t | | || _d S )N)	Exception__init__location)selfmessager    r   h/home/droni/.local/share/virtualenvs/DPS-5Je3_V2c/lib/python3.9/site-packages/fontTools/voltLib/error.pyr      s    zVoltLibError.__init__c                 C   s4   t | }| jr,| j\}}}d||||f S |S d S )Nz%s:%d:%d: %s)r   __str__r   )r   r   pathlinecolumnr   r   r   r	      s
    
zVoltLibError.__str__N)__name__
__module____qualname__r   r	   r   r   r   r   r      s   r   N)r   r   r   r   r   r   <module>       