a
    ù!fõ  ã                   @  s<   d dl mZ d dlmZ er(d dlmZ G dd„ deƒZdS )é    )Úannotations)ÚTYPE_CHECKING)ÚFinalc                      sP   e Zd ZU ded< ded< ded< ddddd	œ‡ fd
d„Zddœdd„Z‡  ZS )Ú
ParseErrorz
Final[str]Úpathz
Final[int]ÚlinenoÚmsgÚstrÚintÚNone)r   r   r   Úreturnc                   s&   t ƒ  |||¡ || _|| _|| _d S )N)ÚsuperÚ__init__r   r   r   )Úselfr   r   r   ©Ú	__class__© úU/var/www/html/python-backend/venv/lib/python3.9/site-packages/iniconfig/exceptions.pyr      s    zParseError.__init__)r   c                 C  s   | j › d| jd › d| j› S )Nú:é   z: )r   r   r   )r   r   r   r   Ú__str__   s    zParseError.__str__)Ú__name__Ú
__module__Ú__qualname__Ú__annotations__r   r   Ú__classcell__r   r   r   r   r      s
   
r   N)Ú
__future__r   Útypingr   Ztyping_extensionsr   Ú	Exceptionr   r   r   r   r   Ú<module>   s   