
    iC                     v    d dl mZ d dlmZ e G d de                      Ze G d de                      ZdS )    )	dataclass)	HTTPErrorc                       e Zd ZU dZeed<   dS )GarthExceptionz(Base exception for all garth exceptions.msgN)__name__
__module____qualname____doc__str__annotations__     D/root/projects/butler/venv/lib/python3.11/site-packages/garth/exc.pyr   r      s         22	HHHHHr   r   c                   &    e Zd ZU eed<   defdZdS )GarthHTTPErrorerrorreturnc                 $    | j          d| j         S )Nz: )r   r   )selfs    r   __str__zGarthHTTPError.__str__   s    (**dj***r   N)r   r	   r
   r   r   r   r   r   r   r   r   r      s=         + + + + + + +r   r   N)dataclassesr   requestsr   	Exceptionr   r   r   r   r   <module>r      s    ! ! ! ! ! !           Y    + + + + +^ + + + + +r   