o
    !Âifõ  ã                   @  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                      sB   e Zd ZU ded< ded< ded< d‡ fd
d„Zddd„Z‡  ZS )Ú
ParseErrorz
Final[str]Úpathz
Final[int]ÚlinenoÚmsgÚstrÚintÚreturnÚNonec                   s&   t ƒ  |||¡ || _|| _|| _d S )N)ÚsuperÚ__init__r   r   r   )Úselfr   r   r   ©Ú	__class__© úM/var/www/html/corbot_env/lib/python3.10/site-packages/iniconfig/exceptions.pyr      s   
zParseError.__init__c                 C  s   | j › d| jd › d| j› S )Nú:é   z: )r   r   r   )r   r   r   r   Ú__str__   s   zParseError.__str__)r   r	   r   r
   r   r	   r   r   )r   r	   )Ú__name__Ú
__module__Ú__qualname__Ú__annotations__r   r   Ú__classcell__r   r   r   r   r      s   
 r   N)Ú
__future__r   Útypingr   Útyping_extensionsr   Ú	Exceptionr   r   r   r   r   Ú<module>   s
    