o
    ưi                     @   s8   d dl mZ d dlZG dd deZG dd deZdS )    )UnionNc                       2   e Zd ZdZdeejjef f fddZ	  Z
S )UnauthorizedErrorzBException raised when the API returns a 401 Unauthorized response.orig_exceptionc                       || _ t t| d S Nr   super__init__strselfr   	__class__ V/home/app/Keep/.python/lib/python3.10/site-packages/litellm/proxy/client/exceptions.pyr
   	      zUnauthorizedError.__init____name__
__module____qualname____doc__r   requests
exceptions	HTTPErrorr   r
   __classcell__r   r   r   r   r          &r   c                       r   )NotFoundErrorzeException raised when the API returns a 404 Not Found response or indicates a resource was not found.r   c                    r   r   r   r   r   r   r   r
      r   zNotFoundError.__init__r   r   r   r   r   r      r   r   )typingr   r   	Exceptionr   r   r   r   r   r   <module>   s    