B
    Jd                 @   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   I/var/www/html/venv/lib/python3.7/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>       