�
    )!�h
  �                   �   � d Z ddlZddlZddgZ G d� de�      Z G d� d�      Z G d� d�      Zed	k(  r e	 e�       �       yy)
z-An object-oriented interface to .netrc files.�    N�netrc�NetrcParseErrorc                   �   � e Zd ZdZdd�Zd� Zy)r   z5Exception raised on syntax errors in the .netrc file.Nc                 �Z   � || _         || _        || _        t        j	                  | |�       y �N)�filename�lineno�msg�	Exception�__init__)�selfr
   r   r	   s       �/usr/lib/python3.12/netrc.pyr   zNetrcParseError.__init__   s'